Html Css Color HEX #24232B Jaguar

📋 copy color: '#24232B'

red 36 ◦ green 35 ◦ blue 43

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

Shades of Jaguar #24232B

Tints of Jaguar #24232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.7%

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

R = 31.58%
G = 30.7%
B = 37.72%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#24232B (or 0x24232B) is known color: Jaguar. HEX triplet: 24, 23 and 2B. RGB value is (36,35,43). Sum of RGB (Red+Green+Blue) = 36+35+43=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 43 - color contains mainly: blue. Hex color #24232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24232B is #DBDCD4. Grayscale: #242424. Windows color (decimal): -14408917 or 2827044. OLE color: 2827044.

HSL color Cylindrical-coordinate representation of color #24232B: hue angle of 247.5º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #24232B is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 36 35 43 -
CMYK 0.16 0.19 0 0.83
HSL 247.5º 0.1% 0.15% -
HSV(B) 247.5º 0.19% 0.17% -
XYZ 1.76 1.75 2.53 -
YUV 36.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 36 35 43 0.16 0.19 0 0.83 247.5 0.1 0.15
Hex 24 23 2B 10 13 0 53 F8 A F
Octal 44 43 53 20 23 0 123 370 12 17
Binary 100100 100011 101011 10000 10011 0 1010011 11111000 1010 1111

Color Harmonies of #24232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24232B

Black with #24232B

Text Example


Text Example

White with #24232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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