Html Css Color HEX #25252A Jaguar

📋 copy color: '#25252A'

red 37 ◦ green 37 ◦ blue 42

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

Shades of Jaguar #25252A

Tints of Jaguar #25252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 36.21%

R = 31.9%
G = 31.9%
B = 36.21%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#25252A (or 0x25252A) is known color: Jaguar. HEX triplet: 25, 25 and 2A. RGB value is (37,37,42). Sum of RGB (Red+Green+Blue) = 37+37+42=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 42 - color contains mainly: blue. Hex color #25252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25252A is #DADAD5. Grayscale: #252525. Windows color (decimal): -14342870 or 2762021. OLE color: 2762021.

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

Color convert

RGB 37 37 42 -
CMYK 0.12 0.12 0 0.84
HSL 240º 0.06% 0.15% -
HSV(B) 240º 0.12% 0.16% -
XYZ 1.84 1.88 2.46 -
YUV 37.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 37 37 42 0.12 0.12 0 0.84 240 0.06 0.15
Hex 25 25 2A C C 0 54 F0 6 F
Octal 45 45 52 14 14 0 124 360 6 17
Binary 100101 100101 101010 1100 1100 0 1010100 11110000 110 1111

Color Harmonies of #25252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25252A

Black with #25252A

Text Example


Text Example

White with #25252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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