Html Css Color HEX #24394A Tarawera

📋 copy color: '#24394A'

red 36 ◦ green 57 ◦ blue 74

#24394A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tarawera #24394A

Tints of Tarawera #24394A

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.3% from 255) = 44.31%

R = 21.56%
G = 34.13%
B = 44.31%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24394A (or 0x24394A) is known color: 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

RGB 36 57 74 -
CMYK 0.51 0.23 0 0.71
HSL 206.84º 0.35% 0.22% -
HSV(B) 206.84º 0.51% 0.29% -
XYZ 3.43 3.8 7.03 -
YUV 52.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 36 57 74 0.51 0.23 0 0.71 206.84 0.35 0.22
Hex 24 39 4A 33 17 0 47 CF 23 16
Octal 44 71 112 63 27 0 107 317 43 26
Binary 100100 111001 1001010 110011 10111 0 1000111 11001111 100011 10110

Color Harmonies of #24394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24394A

Black with #24394A

Text Example


Text Example

White with #24394A

Text Example


Text Example

HTML Codes & Css Web 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>