Html Css Color HEX #24392B Holly

📋 copy color: '#24392B'

red 36 ◦ green 57 ◦ blue 43

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

Shades of Holly #24392B

Tints of Holly #24392B

RGB

 RED value IS 36 (14.45% from 255) = 26.47%

 GREEN value IS 57 (22.66% from 255) = 41.91%

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 26.47%
G = 41.91%
B = 31.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#24392B (or 0x24392B) is known color: Holly. HEX triplet: 24, 39 and 2B. RGB value is (36,57,43). Sum of RGB (Red+Green+Blue) = 36+57+43=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #24392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24392B is #DBC6D4. Grayscale: #313131. Windows color (decimal): -14403285 or 2832676. OLE color: 2832676.

HSL color Cylindrical-coordinate representation of color #24392B: hue angle of 140º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #24392B is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 57 43 -
CMYK 0.37 0 0.25 0.78
HSL 140º 0.23% 0.18% -
HSV(B) 140º 0.37% 0.22% -
XYZ 2.63 3.48 2.82 -
YUV 49.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 36 57 43 0.37 0 0.25 0.78 140 0.23 0.18
Hex 24 39 2B 25 0 19 4E 8C 17 12
Octal 44 71 53 45 0 31 116 214 27 22
Binary 100100 111001 101011 100101 0 11001 1001110 10001100 10111 10010

Color Harmonies of #24392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24392B

Black with #24392B

Text Example


Text Example

White with #24392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24392B; }

 p { color: rgb(36,57,43); }

 H1.HeaderClassName
 {
   color: #24392B;
 }
 .AnyTagClassName
 {
   color: #24392B;
 }
</style>

background-color css

<style>
 a { background-color: #24392B; }

 a { background-color: rgb(36,57,43); }

 div.DivClassName
 {
   background-color: #24392B;
 }
 .BgClassName
 {
   background-color: #24392B;
 }
</style>

border-color css

<style>
 span { border-color: #24392B; }

 span { border-color: rgb(36,57,43); }

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