Html Css Color HEX #25242D Jaguar

📋 copy color: '#25242D'

red 37 ◦ green 36 ◦ blue 45

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

Shades of Jaguar #25242D

Tints of Jaguar #25242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 38.14%

R = 31.36%
G = 30.51%
B = 38.14%

CMYK

 C value IS 0.18

 M value IS 0.2

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25242D (or 0x25242D) is known color: Jaguar. HEX triplet: 25, 24 and 2D. RGB value is (37,36,45). Sum of RGB (Red+Green+Blue) = 37+36+45=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 45 - color contains mainly: blue. Hex color #25242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25242D is #DADBD2. Grayscale: #252525. Windows color (decimal): -14343123 or 2958373. OLE color: 2958373.

HSL color Cylindrical-coordinate representation of color #25242D: hue angle of 246.67º 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 #25242D is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 36 45 -
CMYK 0.18 0.2 0 0.82
HSL 246.67º 0.11% 0.16% -
HSV(B) 246.67º 0.2% 0.18% -
XYZ 1.87 1.84 2.74 -
YUV 37.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 37 36 45 0.18 0.2 0 0.82 246.67 0.11 0.16
Hex 25 24 2D 12 14 0 52 F7 B 10
Octal 45 44 55 22 24 0 122 367 13 20
Binary 100101 100100 101101 10010 10100 0 1010010 11110111 1011 10000

Color Harmonies of #25242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25242D

Black with #25242D

Text Example


Text Example

White with #25242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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