Shades of Tarawera #24384A
Tints of Tarawera #24384A
RGB
CMYK
RGB Variations
Color information
#24384A (or 0x24384A) is known color: 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
| RGB | 36 | 56 | 74 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.71 |
| HSL | 208.42º | 0.35% | 0.22% | - |
| HSV(B) | 208.42º | 0.51% | 0.29% | - |
| XYZ | 3.38 | 3.7 | 7.01 | - |
| YUV | 52.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 74 | 0.51 | 0.24 | 0 | 0.71 | 208.42 | 0.35 | 0.22 |
| Hex | 24 | 38 | 4A | 33 | 18 | 0 | 47 | D0 | 23 | 16 |
| Octal | 44 | 70 | 112 | 63 | 30 | 0 | 107 | 320 | 43 | 26 |
| Binary | 100100 | 111000 | 1001010 | 110011 | 11000 | 0 | 1000111 | 11010000 | 100011 | 10110 |
Color Harmonies of #24384A
Complementary color
Monochromatic Colors of #24384A
Black with #24384A
Text Example
Text Example
White with #24384A
Text Example
Text Example
HTML Codes & Css Web 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>