Html Css Color HEX #1D3039 Tangaroa

📋 copy color: '#1D3039'

red 29 ◦ green 48 ◦ blue 57

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

Shades of Tangaroa #1D3039

Tints of Tangaroa #1D3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

 BLUE value IS 57 (22.66% from 255) = 42.54%

R = 21.64%
G = 35.82%
B = 42.54%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D3039 (or 0x1D3039) is known color: Tangaroa. HEX triplet: 1D, 30 and 39. RGB value is (29,48,57). Sum of RGB (Red+Green+Blue) = 29+48+57=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #1D3039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3039 is #E2CFC6. Grayscale: #2B2B2B. Windows color (decimal): -14864327 or 3747869. OLE color: 3747869.

HSL color Cylindrical-coordinate representation of color #1D3039: hue angle of 199.29º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1D3039 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 48 57 -
CMYK 0.49 0.16 0 0.78
HSL 199.29º 0.33% 0.17% -
HSV(B) 199.29º 0.49% 0.22% -
XYZ 2.3 2.67 4.27 -
YUV 43.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 29 48 57 0.49 0.16 0 0.78 199.29 0.33 0.17
Hex 1D 30 39 31 10 0 4E C7 21 11
Octal 35 60 71 61 20 0 116 307 41 21
Binary 11101 110000 111001 110001 10000 0 1001110 11000111 100001 10001

Color Harmonies of #1D3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3039

Black with #1D3039

Text Example


Text Example

White with #1D3039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,48,57); }

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

background-color css

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

 a { background-color: rgb(29,48,57); }

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

border-color css

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

 span { border-color: rgb(29,48,57); }

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