Html Css Color HEX #252531 Jaguar

📋 copy color: '#252531'

red 37 ◦ green 37 ◦ blue 49

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

Shades of Jaguar #252531

Tints of Jaguar #252531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 39.84%

R = 30.08%
G = 30.08%
B = 39.84%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#252531 (or 0x252531) is known color: Jaguar. HEX triplet: 25, 25 and 31. RGB value is (37,37,49). Sum of RGB (Red+Green+Blue) = 37+37+49=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 49 - color contains mainly: blue. Hex color #252531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252531 is #DADACE. Grayscale: #262626. Windows color (decimal): -14342863 or 3220773. OLE color: 3220773.

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

Color convert

RGB 37 37 49 -
CMYK 0.24 0.24 0 0.81
HSL 240º 0.14% 0.17% -
HSV(B) 240º 0.24% 0.19% -
XYZ 1.98 1.94 3.18 -
YUV 38.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 37 37 49 0.24 0.24 0 0.81 240 0.14 0.17
Hex 25 25 31 18 18 0 51 F0 E 11
Octal 45 45 61 30 30 0 121 360 16 21
Binary 100101 100101 110001 11000 11000 0 1010001 11110000 1110 10001

Color Harmonies of #252531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252531

Black with #252531

Text Example


Text Example

White with #252531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252531; }

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

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

background-color css

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

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

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

border-color css

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

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

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