#24250D

Color #24250D Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #24250D

Tints of Karaka #24250D

Color information

#24250D (or 0x24250D) is unknown color: approx Karaka. HEX triplet: 24, 25 and 0D. RGB value is (36,37,13). Sum of RGB (Red+Green+Blue) = 36+37+13=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #24250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24250D is #DBDAF2. Grayscale: #222222. Windows color (decimal): -14408435 or 861476. OLE color: 861476.

HSL color Cylindrical-coordinate representation of color #24250D: hue angle of 62.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24250D is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB363713-
CMYK0.0300.650.85
HSL62.5º48%9.8%-
HSV(B)62.5º64.86%14.51%-
XYZ1.461.730.64-
YUV33.96116.17129.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=41.86%
G=43.02%
B=15.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3637130.0300.650.8562.5489.8
Hex2425D3041553e30a
Octal44451530101125766012
Binary1001001001011101110100000110101011111101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24250D; }

 p { color: rgb(36,37,13); }

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

<style>
 a { background-color: #24250D; }

 a { background-color: rgb(36,37,13); }

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

<style>
 span { border-color: #24250D; }

 span { border-color: rgb(36,37,13); }

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