#242F36

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

Shades of Tangaroa #242F36

Tints of Tangaroa #242F36

Color information

#242F36 (or 0x242F36) is unknown color: approx Tangaroa. HEX triplet: 24, 2F and 36. RGB value is (36,47,54). Sum of RGB (Red+Green+Blue) = 36+47+54=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 54 - color contains mainly: blue. Hex color #242F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F36 is #DBD0C9. Grayscale: #2C2C2C. Windows color (decimal): -14405834 or 3551012. OLE color: 3551012.

HSL color Cylindrical-coordinate representation of color #242F36: hue angle of 203.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #242F36 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB364754-
CMYK0.330.1300.79
HSL203.33º20%17.65%-
HSV(B)203.33º33.33%21.18%-
XYZ2.412.673.88-
YUV44.51133.36121.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 54 (21.48% from 255) = 39.42%
R=26.28%
G=34.31%
B=39.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3647540.330.1300.79203.332017.65
Hex242F3621D04Fcb1412
Octal445766411501173132422
Binary100100101111110110100001110101001111110010111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242F36; }

 p { color: rgb(36,47,54); }

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

<style>
 a { background-color: #242F36; }

 a { background-color: rgb(36,47,54); }

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

<style>
 span { border-color: #242F36; }

 span { border-color: rgb(36,47,54); }

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