Html Css Color HEX #252529 Jaguar

📋 copy color: '#252529'

red 37 ◦ green 37 ◦ blue 41

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

Shades of Jaguar #252529

Tints of Jaguar #252529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.65%

R = 32.17%
G = 32.17%
B = 35.65%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#252529 (or 0x252529) is known color: Jaguar. HEX triplet: 25, 25 and 29. RGB value is (37,37,41). Sum of RGB (Red+Green+Blue) = 37+37+41=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 41 - color contains mainly: blue. Hex color #252529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252529 is #DADAD6. Grayscale: #252525. Windows color (decimal): -14342871 or 2696485. OLE color: 2696485.

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

Color convert

RGB 37 37 41 -
CMYK 0.10 0.10 0 0.84
HSL 240º 0.05% 0.15% -
HSV(B) 240º 0.1% 0.16% -
XYZ 1.82 1.88 2.36 -
YUV 37.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 37 37 41 0.10 0.10 0 0.84 240 0.05 0.15
Hex 25 25 29 A A 0 54 F0 5 F
Octal 45 45 51 12 12 0 124 360 5 17
Binary 100101 100101 101001 1010 1010 0 1010100 11110000 101 1111

Color Harmonies of #252529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252529

Black with #252529

Text Example


Text Example

White with #252529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252529; }

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

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

background-color css

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

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

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

border-color css

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

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

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