Html Css Color HEX #252432 Jaguar

📋 copy color: '#252432'

red 37 ◦ green 36 ◦ blue 50

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

Shades of Jaguar #252432

Tints of Jaguar #252432

RGB

 RED value IS 37 (14.84% from 255) = 30.08%

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

 BLUE value IS 50 (19.92% from 255) = 40.65%

R = 30.08%
G = 29.27%
B = 40.65%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252432 (or 0x252432) is known color: Jaguar. HEX triplet: 25, 24 and 32. RGB value is (37,36,50). Sum of RGB (Red+Green+Blue) = 37+36+50=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 50 - color contains mainly: blue. Hex color #252432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252432 is #DADBCD. Grayscale: #252525. Windows color (decimal): -14343118 or 3286053. OLE color: 3286053.

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

Color convert

RGB 37 36 50 -
CMYK 0.26 0.28 0 0.80
HSL 244.29º 0.16% 0.17% -
HSV(B) 244.29º 0.28% 0.2% -
XYZ 1.97 1.89 3.28 -
YUV 37.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 37 36 50 0.26 0.28 0 0.80 244.29 0.16 0.17
Hex 25 24 32 1A 1C 0 50 F4 10 11
Octal 45 44 62 32 34 0 120 364 20 21
Binary 100101 100100 110010 11010 11100 0 1010000 11110100 10000 10001

Color Harmonies of #252432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252432

Black with #252432

Text Example


Text Example

White with #252432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252432; }

 p { color: rgb(37,36,50); }

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

background-color css

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

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

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

border-color css

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

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

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