#24394A

Color #24394A Tarawera (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tarawera #24394A

Tints of Tarawera #24394A

Color information

#24394A (or 0x24394A) is unknown color: approx Tarawera. HEX triplet: 24, 39 and 4A. RGB value is (36,57,74). Sum of RGB (Red+Green+Blue) = 36+57+74=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #24394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24394A is #DBC6B5. Grayscale: #343434. Windows color (decimal): -14403254 or 4864292. OLE color: 4864292.

HSL color Cylindrical-coordinate representation of color #24394A: hue angle of 206.84º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #24394A is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB365774-
CMYK0.510.2300.71
HSL206.84º34.55%21.57%-
HSV(B)206.84º51.35%29.02%-
XYZ3.433.87.03-
YUV52.66140.04116.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=21.56%
G=34.13%
B=44.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3657740.510.2300.71206.8434.5521.57
Hex24394A3317047cf2316
Octal4471112632701073174326
Binary100100111001100101011001110111010001111100111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24394A; }

 p { color: rgb(36,57,74); }

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

<style>
 a { background-color: #24394A; }

 a { background-color: rgb(36,57,74); }

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

<style>
 span { border-color: #24394A; }

 span { border-color: rgb(36,57,74); }

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