Html Css Color HEX #242430 Jaguar

📋 copy color: '#242430'

red 36 ◦ green 36 ◦ blue 48

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

Shades of Jaguar #242430

Tints of Jaguar #242430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30%

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

R = 30%
G = 30%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#242430 (or 0x242430) is known color: Jaguar. HEX triplet: 24, 24 and 30. RGB value is (36,36,48). Sum of RGB (Red+Green+Blue) = 36+36+48=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 48 - color contains mainly: blue. Hex color #242430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242430 is #DBDBCF. Grayscale: #252525. Windows color (decimal): -14408656 or 3154980. OLE color: 3154980.

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

Color convert

RGB 36 36 48 -
CMYK 0.25 0.25 0 0.81
HSL 240º 0.14% 0.16% -
HSV(B) 240º 0.25% 0.19% -
XYZ 1.89 1.85 3.05 -
YUV 37.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 36 36 48 0.25 0.25 0 0.81 240 0.14 0.16
Hex 24 24 30 19 19 0 51 F0 E 10
Octal 44 44 60 31 31 0 121 360 16 20
Binary 100100 100100 110000 11001 11001 0 1010001 11110000 1110 10000

Color Harmonies of #242430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242430

Black with #242430

Text Example


Text Example

White with #242430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242430; }

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

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

background-color css

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

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

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

border-color css

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

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

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