Html Css Color HEX #25252E Jaguar

📋 copy color: '#25252E'

red 37 ◦ green 37 ◦ blue 46

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

Shades of Jaguar #25252E

Tints of Jaguar #25252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.33%

R = 30.83%
G = 30.83%
B = 38.33%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25252E (or 0x25252E) is known color: Jaguar. HEX triplet: 25, 25 and 2E. RGB value is (37,37,46). Sum of RGB (Red+Green+Blue) = 37+37+46=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 46 - color contains mainly: blue. Hex color #25252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25252E is #DADAD1. Grayscale: #252525. Windows color (decimal): -14342866 or 3024165. OLE color: 3024165.

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

Color convert

RGB 37 37 46 -
CMYK 0.20 0.20 0 0.82
HSL 240º 0.11% 0.16% -
HSV(B) 240º 0.2% 0.18% -
XYZ 1.92 1.91 2.85 -
YUV 38.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 37 37 46 0.20 0.20 0 0.82 240 0.11 0.16
Hex 25 25 2E 14 14 0 52 F0 B 10
Octal 45 45 56 24 24 0 122 360 13 20
Binary 100101 100101 101110 10100 10100 0 1010010 11110000 1011 10000

Color Harmonies of #25252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25252E

Black with #25252E

Text Example


Text Example

White with #25252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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