Html Css Color HEX #242334 Jaguar

📋 copy color: '#242334'

red 36 ◦ green 35 ◦ blue 52

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

Shades of Jaguar #242334

Tints of Jaguar #242334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 42.28%

R = 29.27%
G = 28.46%
B = 42.28%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#242334 (or 0x242334) is known color: Jaguar. HEX triplet: 24, 23 and 34. RGB value is (36,35,52). Sum of RGB (Red+Green+Blue) = 36+35+52=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #242334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242334 is #DBDCCB. Grayscale: #252525. Windows color (decimal): -14408908 or 3416868. OLE color: 3416868.

HSL color Cylindrical-coordinate representation of color #242334: hue angle of 243.53º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #242334 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 35 52 -
CMYK 0.31 0.33 0 0.80
HSL 243.53º 0.2% 0.17% -
HSV(B) 243.53º 0.33% 0.2% -
XYZ 1.95 1.83 3.5 -
YUV 37.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 36 35 52 0.31 0.33 0 0.80 243.53 0.2 0.17
Hex 24 23 34 1F 21 0 50 F4 14 11
Octal 44 43 64 37 41 0 120 364 24 21
Binary 100100 100011 110100 11111 100001 0 1010000 11110100 10100 10001

Color Harmonies of #242334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242334

Black with #242334

Text Example


Text Example

White with #242334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242334; }

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

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

background-color css

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

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

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

border-color css

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

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

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