#24384A

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

Shades of Tarawera #24384A

Tints of Tarawera #24384A

Color information

#24384A (or 0x24384A) is unknown color: approx Tarawera. HEX triplet: 24, 38 and 4A. RGB value is (36,56,74). Sum of RGB (Red+Green+Blue) = 36+56+74=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #24384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24384A is #DBC7B5. Grayscale: #333333. Windows color (decimal): -14403510 or 4864036. OLE color: 4864036.

HSL color Cylindrical-coordinate representation of color #24384A: hue angle of 208.42º 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 #24384A is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB365674-
CMYK0.510.2400.71
HSL208.42º34.55%21.57%-
HSV(B)208.42º51.35%29.02%-
XYZ3.383.77.01-
YUV52.07140.37116.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=21.69%
G=33.73%
B=44.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3656740.510.2400.71208.4234.5521.57
Hex24384A3318047d02316
Octal4470112633001073204326
Binary100100111000100101011001111000010001111101000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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