Html Css Color HEX #242330 Jaguar

📋 copy color: '#242330'

red 36 ◦ green 35 ◦ blue 48

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

Shades of Jaguar #242330

Tints of Jaguar #242330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40.34%

R = 30.25%
G = 29.41%
B = 40.34%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#242330 (or 0x242330) is known color: Jaguar. HEX triplet: 24, 23 and 30. RGB value is (36,35,48). Sum of RGB (Red+Green+Blue) = 36+35+48=119 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.25% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 48 - color contains mainly: blue. Hex color #242330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242330 is #DBDCCF. Grayscale: #242424. Windows color (decimal): -14408912 or 3154724. OLE color: 3154724.

HSL color Cylindrical-coordinate representation of color #242330: hue angle of 244.62º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #242330 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 35 48 -
CMYK 0.25 0.27 0 0.81
HSL 244.62º 0.16% 0.16% -
HSV(B) 244.62º 0.27% 0.19% -
XYZ 1.86 1.79 3.04 -
YUV 36.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 36 35 48 0.25 0.27 0 0.81 244.62 0.16 0.16
Hex 24 23 30 19 1B 0 51 F5 10 10
Octal 44 43 60 31 33 0 121 365 20 20
Binary 100100 100011 110000 11001 11011 0 1010001 11110101 10000 10000

Color Harmonies of #242330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242330

Black with #242330

Text Example


Text Example

White with #242330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242330; }

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

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

background-color css

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

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

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

border-color css

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

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

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