#1D3039

Color #1D3039 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #1D3039

Tints of Tangaroa #1D3039

Color information

#1D3039 (or 0x1D3039) is unknown color: approx 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

RGB294857-
CMYK0.490.1600.78
HSL199.29º32.56%16.86%-
HSV(B)199.29º49.12%22.35%-
XYZ2.32.674.27-
YUV43.34135.71117.77-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2948570.490.1600.78199.2932.5616.86
Hex1D3039311004Ec72111
Octal356071612001163074121
Binary1110111000011100111000110000010011101100011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>