Html Css Color HEX #252528 Jaguar

📋 copy color: '#252528'

red 37 ◦ green 37 ◦ blue 40

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

Shades of Jaguar #252528

Tints of Jaguar #252528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 35.09%

R = 32.46%
G = 32.46%
B = 35.09%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#252528 (or 0x252528) is known color: Jaguar. HEX triplet: 25, 25 and 28. RGB value is (37,37,40). Sum of RGB (Red+Green+Blue) = 37+37+40=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 40 - color contains mainly: blue. Hex color #252528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252528 is #DADAD7. Grayscale: #252525. Windows color (decimal): -14342872 or 2630949. OLE color: 2630949.

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

Color convert

RGB 37 37 40 -
CMYK 0.07 0.07 0 0.84
HSL 240º 0.04% 0.15% -
HSV(B) 240º 0.07% 0.16% -
XYZ 1.81 1.87 2.27 -
YUV 37.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 37 37 40 0.07 0.07 0 0.84 240 0.04 0.15
Hex 25 25 28 7 7 0 54 F0 4 F
Octal 45 45 50 7 7 0 124 360 4 17
Binary 100101 100101 101000 111 111 0 1010100 11110000 100 1111

Color Harmonies of #252528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252528

Black with #252528

Text Example


Text Example

White with #252528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252528; }

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

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

background-color css

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

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

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

border-color css

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

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

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