#1C2936

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

Shades of Tangaroa #1C2936

Tints of Tangaroa #1C2936

Color information

#1C2936 (or 0x1C2936) is unknown color: approx Tangaroa. HEX triplet: 1C, 29 and 36. RGB value is (28,41,54). Sum of RGB (Red+Green+Blue) = 28+41+54=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #1C2936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2936 is #E3D6C9. Grayscale: #262626. Windows color (decimal): -14931658 or 3549468. OLE color: 3549468.

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

Color convert

RGB284154-
CMYK0.480.2400.79
HSL210º31.71%16.08%-
HSV(B)210º48.15%21.18%-
XYZ1.942.13.79-
YUV38.6136.69120.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.76%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=22.76%
G=33.33%
B=43.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2841540.480.2400.7921031.7116.08
Hex1C2936301804Fd22010
Octal345166603001173224020
Binary1110010100111011011000011000010011111101001010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,54); }

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

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

 a { background-color: rgb(28,41,54); }

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

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

 span { border-color: rgb(28,41,54); }

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