Html Css Color HEX #252527 Jaguar

📋 copy color: '#252527'

red 37 ◦ green 37 ◦ blue 39

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

Shades of Jaguar #252527

Tints of Jaguar #252527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.51%

R = 32.74%
G = 32.74%
B = 34.51%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#252527 (or 0x252527) is known color: Jaguar. HEX triplet: 25, 25 and 27. RGB value is (37,37,39). Sum of RGB (Red+Green+Blue) = 37+37+39=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 39 - color contains mainly: blue. Hex color #252527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252527 is #DADAD8. Grayscale: #252525. Windows color (decimal): -14342873 or 2565413. OLE color: 2565413.

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

Color convert

RGB 37 37 39 -
CMYK 0.05 0.05 0 0.85
HSL 240º 0.03% 0.15% -
HSV(B) 240º 0.05% 0.15% -
XYZ 1.79 1.86 2.18 -
YUV 37.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 37 37 39 0.05 0.05 0 0.85 240 0.03 0.15
Hex 25 25 27 5 5 0 55 F0 3 F
Octal 45 45 47 5 5 0 125 360 3 17
Binary 100101 100101 100111 101 101 0 1010101 11110000 11 1111

Color Harmonies of #252527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252527

Black with #252527

Text Example


Text Example

White with #252527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252527; }

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

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

background-color css

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

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

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

border-color css

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

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

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