Html Css Color HEX #24362B Holly

📋 copy color: '#24362B'

red 36 ◦ green 54 ◦ blue 43

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

Shades of Holly #24362B

Tints of Holly #24362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.6%

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

R = 27.07%
G = 40.6%
B = 32.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.79

RGB Variations

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

Color information

#24362B (or 0x24362B) is known color: Holly. HEX triplet: 24, 36 and 2B. RGB value is (36,54,43). Sum of RGB (Red+Green+Blue) = 36+54+43=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #24362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24362B is #DBC9D4. Grayscale: #2F2F2F. Windows color (decimal): -14404053 or 2831908. OLE color: 2831908.

HSL color Cylindrical-coordinate representation of color #24362B: hue angle of 143.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #24362B is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB 36 54 43 -
CMYK 0.33 0 0.20 0.79
HSL 143.33º 0.2% 0.18% -
HSV(B) 143.33º 0.33% 0.21% -
XYZ 2.48 3.19 2.77 -
YUV 47.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 36 54 43 0.33 0 0.20 0.79 143.33 0.2 0.18
Hex 24 36 2B 21 0 14 4F 8F 14 12
Octal 44 66 53 41 0 24 117 217 24 22
Binary 100100 110110 101011 100001 0 10100 1001111 10001111 10100 10010

Color Harmonies of #24362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24362B

Black with #24362B

Text Example


Text Example

White with #24362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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