Html Css Color HEX #25242E Jaguar

📋 copy color: '#25242E'

red 37 ◦ green 36 ◦ blue 46

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

Shades of Jaguar #25242E

Tints of Jaguar #25242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.25%

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

R = 31.09%
G = 30.25%
B = 38.66%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25242E (or 0x25242E) is known color: Jaguar. HEX triplet: 25, 24 and 2E. RGB value is (37,36,46). Sum of RGB (Red+Green+Blue) = 37+36+46=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 46 - color contains mainly: blue. Hex color #25242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25242E is #DADBD1. Grayscale: #252525. Windows color (decimal): -14343122 or 3023909. OLE color: 3023909.

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

Color convert

RGB 37 36 46 -
CMYK 0.20 0.22 0 0.82
HSL 246º 0.12% 0.16% -
HSV(B) 246º 0.22% 0.18% -
XYZ 1.89 1.85 2.84 -
YUV 37.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 37 36 46 0.20 0.22 0 0.82 246 0.12 0.16
Hex 25 24 2E 14 16 0 52 F6 C 10
Octal 45 44 56 24 26 0 122 366 14 20
Binary 100101 100100 101110 10100 10110 0 1010010 11110110 1100 10000

Color Harmonies of #25242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25242E

Black with #25242E

Text Example


Text Example

White with #25242E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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