Html Css Color HEX #232324 Jaguar

📋 copy color: '#232324'

red 35 ◦ green 35 ◦ blue 36

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

Shades of Jaguar #232324

Tints of Jaguar #232324

RGB

 RED value IS 35 (14.06% from 255) = 33.02%

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

 BLUE value IS 36 (14.45% from 255) = 33.96%

R = 33.02%
G = 33.02%
B = 33.96%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#232324 (or 0x232324) is known color: Jaguar. HEX triplet: 23, 23 and 24. RGB value is (35,35,36). Sum of RGB (Red+Green+Blue) = 35+35+36=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 36 - color contains mainly: blue. Hex color #232324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232324 is #DCDCDB. Grayscale: #232323. Windows color (decimal): -14474460 or 2368291. OLE color: 2368291.

HSL color Cylindrical-coordinate representation of color #232324: hue angle of 240º degrees, saturation: 0.01, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #232324 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 35 36 -
CMYK 0.03 0.03 0 0.86
HSL 240º 0.01% 0.14% -
HSV(B) 240º 0.03% 0.14% -
XYZ 1.61 1.69 1.91 -
YUV 35.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 35 35 36 0.03 0.03 0 0.86 240 0.01 0.14
Hex 23 23 24 3 3 0 56 F0 1 E
Octal 43 43 44 3 3 0 126 360 1 16
Binary 100011 100011 100100 11 11 0 1010110 11110000 1 1110

Color Harmonies of #232324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232324

Black with #232324

Text Example


Text Example

White with #232324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232324; }

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

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

background-color css

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

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

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

border-color css

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

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

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