Html Css Color HEX #25252C Jaguar

📋 copy color: '#25252C'

red 37 ◦ green 37 ◦ blue 44

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

Shades of Jaguar #25252C

Tints of Jaguar #25252C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 37.29%

R = 31.36%
G = 31.36%
B = 37.29%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25252C (or 0x25252C) is known color: Jaguar. HEX triplet: 25, 25 and 2C. RGB value is (37,37,44). Sum of RGB (Red+Green+Blue) = 37+37+44=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 44 - color contains mainly: blue. Hex color #25252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25252C is #DADAD3. Grayscale: #252525. Windows color (decimal): -14342868 or 2893093. OLE color: 2893093.

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

Color convert

RGB 37 37 44 -
CMYK 0.16 0.16 0 0.83
HSL 240º 0.09% 0.16% -
HSV(B) 240º 0.16% 0.17% -
XYZ 1.88 1.9 2.65 -
YUV 37.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 37 37 44 0.16 0.16 0 0.83 240 0.09 0.16
Hex 25 25 2C 10 10 0 53 F0 9 10
Octal 45 45 54 20 20 0 123 360 11 20
Binary 100101 100101 101100 10000 10000 0 1010011 11110000 1001 10000

Color Harmonies of #25252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25252C

Black with #25252C

Text Example


Text Example

White with #25252C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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