Html Css Color HEX #252532 Jaguar

📋 copy color: '#252532'

red 37 ◦ green 37 ◦ blue 50

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

Shades of Jaguar #252532

Tints of Jaguar #252532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.84%

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

R = 29.84%
G = 29.84%
B = 40.32%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252532 (or 0x252532) is known color: Jaguar. HEX triplet: 25, 25 and 32. RGB value is (37,37,50). Sum of RGB (Red+Green+Blue) = 37+37+50=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 50 - color contains mainly: blue. Hex color #252532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252532 is #DADACD. Grayscale: #262626. Windows color (decimal): -14342862 or 3286309. OLE color: 3286309.

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

Color convert

RGB 37 37 50 -
CMYK 0.26 0.26 0 0.80
HSL 240º 0.15% 0.17% -
HSV(B) 240º 0.26% 0.2% -
XYZ 2 1.95 3.29 -
YUV 38.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 37 37 50 0.26 0.26 0 0.80 240 0.15 0.17
Hex 25 25 32 1A 1A 0 50 F0 F 11
Octal 45 45 62 32 32 0 120 360 17 21
Binary 100101 100101 110010 11010 11010 0 1010000 11110000 1111 10001

Color Harmonies of #252532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252532

Black with #252532

Text Example


Text Example

White with #252532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252532; }

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

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

background-color css

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

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

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

border-color css

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

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

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