Html Css Color HEX #1D4F52 Dark Slate Grey

📋 copy color: '#1D4F52'

red 29 ◦ green 79 ◦ blue 82

#1D4F52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #1D4F52

Tints of Dark Slate Grey #1D4F52

RGB

 RED value IS 29 (11.72% from 255) = 15.26%

 GREEN value IS 79 (31.25% from 255) = 41.58%

 BLUE value IS 82 (32.42% from 255) = 43.16%

R = 15.26%
G = 41.58%
B = 43.16%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1D4F52 (or 0x1D4F52) is known color: Dark Slate Grey. HEX triplet: 1D, 4F and 52. RGB value is (29,79,82). Sum of RGB (Red+Green+Blue) = 29+79+82=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D4F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4F52 is #E2B0AD. Grayscale: #404040. Windows color (decimal): -14856366 or 5394205. OLE color: 5394205.

HSL color Cylindrical-coordinate representation of color #1D4F52: hue angle of 183.4º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D4F52 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 29 79 82 -
CMYK 0.65 0.04 0 0.68
HSL 183.4º 0.48% 0.22% -
HSV(B) 183.4º 0.65% 0.32% -
XYZ 4.83 6.46 8.98 -
YUV 64.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 29 79 82 0.65 0.04 0 0.68 183.4 0.48 0.22
Hex 1D 4F 52 41 4 0 44 B7 30 16
Octal 35 117 122 101 4 0 104 267 60 26
Binary 11101 1001111 1010010 1000001 100 0 1000100 10110111 110000 10110

Color Harmonies of #1D4F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4F52

Black with #1D4F52

Text Example


Text Example

White with #1D4F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D4F52; }

 p { color: rgb(29,79,82); }

 H1.HeaderClassName
 {
   color: #1D4F52;
 }
 .AnyTagClassName
 {
   color: #1D4F52;
 }
</style>

background-color css

<style>
 a { background-color: #1D4F52; }

 a { background-color: rgb(29,79,82); }

 div.DivClassName
 {
   background-color: #1D4F52;
 }
 .BgClassName
 {
   background-color: #1D4F52;
 }
</style>

border-color css

<style>
 span { border-color: #1D4F52; }

 span { border-color: rgb(29,79,82); }

 td.TdClassName
 {
   border-color: #1D4F52;
 }
 .TagClassName
 {
   border-color: #1D4F52;
 }
</style>