Html Css Color HEX #252537 Jaguar

📋 copy color: '#252537'

red 37 ◦ green 37 ◦ blue 55

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

Shades of Jaguar #252537

Tints of Jaguar #252537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 42.64%

R = 28.68%
G = 28.68%
B = 42.64%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#252537 (or 0x252537) is known color: Jaguar. HEX triplet: 25, 25 and 37. RGB value is (37,37,55). Sum of RGB (Red+Green+Blue) = 37+37+55=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #252537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252537 is #DADAC8. Grayscale: #262626. Windows color (decimal): -14342857 or 3613989. OLE color: 3613989.

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

Color convert

RGB 37 37 55 -
CMYK 0.33 0.33 0 0.78
HSL 240º 0.2% 0.18% -
HSV(B) 240º 0.33% 0.22% -
XYZ 2.11 1.99 3.89 -
YUV 39.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 37 37 55 0.33 0.33 0 0.78 240 0.2 0.18
Hex 25 25 37 21 21 0 4E F0 14 12
Octal 45 45 67 41 41 0 116 360 24 22
Binary 100101 100101 110111 100001 100001 0 1001110 11110000 10100 10010

Color Harmonies of #252537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252537

Black with #252537

Text Example


Text Example

White with #252537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252537; }

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

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

background-color css

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

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

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

border-color css

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

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

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