Html Css Color HEX #252526 Jaguar

📋 copy color: '#252526'

red 37 ◦ green 37 ◦ blue 38

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

Shades of Jaguar #252526

Tints of Jaguar #252526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.93%

R = 33.04%
G = 33.04%
B = 33.93%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#252526 (or 0x252526) is known color: Jaguar. HEX triplet: 25, 25 and 26. RGB value is (37,37,38). Sum of RGB (Red+Green+Blue) = 37+37+38=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 38 - color contains mainly: blue. Hex color #252526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252526 is #DADAD9. Grayscale: #252525. Windows color (decimal): -14342874 or 2499877. OLE color: 2499877.

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

Color convert

RGB 37 37 38 -
CMYK 0.03 0.03 0 0.85
HSL 240º 0.01% 0.15% -
HSV(B) 240º 0.03% 0.15% -
XYZ 1.77 1.86 2.1 -
YUV 37.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 37 37 38 0.03 0.03 0 0.85 240 0.01 0.15
Hex 25 25 26 3 3 0 55 F0 1 F
Octal 45 45 46 3 3 0 125 360 1 17
Binary 100101 100101 100110 11 11 0 1010101 11110000 1 1111

Color Harmonies of #252526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252526

Black with #252526

Text Example


Text Example

White with #252526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252526; }

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

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

background-color css

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

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

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

border-color css

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

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

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