Html Css Color HEX #24250D Karaka

📋 copy color: '#24250D'

red 36 ◦ green 37 ◦ blue 13

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

Shades of Karaka #24250D

Tints of Karaka #24250D

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 value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#24250D (or 0x24250D) is known color: 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

RGB 36 37 13 -
CMYK 0.03 0 0.65 0.85
HSL 62.5º 0.48% 0.1% -
HSV(B) 62.5º 0.65% 0.15% -
XYZ 1.46 1.73 0.64 -
YUV 33.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 36 37 13 0.03 0 0.65 0.85 62.5 0.48 0.1
Hex 24 25 D 3 0 41 55 3F 30 A
Octal 44 45 15 3 0 101 125 77 60 12
Binary 100100 100101 1101 11 0 1000001 1010101 111111 110000 1010

Color Harmonies of #24250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24250D

Black with #24250D

Text Example


Text Example

White with #24250D

Text Example


Text Example

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