#1D2D36

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

Shades of Tangaroa #1D2D36

Tints of Tangaroa #1D2D36

Color information

#1D2D36 (or 0x1D2D36) is unknown color: approx Tangaroa. HEX triplet: 1D, 2D and 36. RGB value is (29,45,54). Sum of RGB (Red+Green+Blue) = 29+45+54=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D2D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2D36 is #E2D2C9. Grayscale: #292929. Windows color (decimal): -14865098 or 3550493. OLE color: 3550493.

HSL color Cylindrical-coordinate representation of color #1D2D36: hue angle of 201.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D2D36 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB294554-
CMYK0.460.1700.79
HSL201.6º30.12%16.27%-
HSV(B)201.6º46.3%21.18%-
XYZ2.112.43.84-
YUV41.24135.2119.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.66%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=22.66%
G=35.16%
B=42.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2945540.460.1700.79201.630.1216.27
Hex1D2D362E1104Fca1e10
Octal355566562101173123620
Binary111011011011101101011101000101001111110010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,45,54); }

 H1.HeaderClassName
 {
   color: #1D2D36;
 }
 .AnyTagClassName
 {
   color: #1D2D36;
 }
</style>
background-color css

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

 a { background-color: rgb(29,45,54); }

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

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

 span { border-color: rgb(29,45,54); }

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