Html Css Color HEX #25252F Jaguar

📋 copy color: '#25252F'

red 37 ◦ green 37 ◦ blue 47

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

Shades of Jaguar #25252F

Tints of Jaguar #25252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.84%

R = 30.58%
G = 30.58%
B = 38.84%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25252F (or 0x25252F) is known color: Jaguar. HEX triplet: 25, 25 and 2F. RGB value is (37,37,47). Sum of RGB (Red+Green+Blue) = 37+37+47=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 47 - color contains mainly: blue. Hex color #25252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25252F is #DADAD0. Grayscale: #262626. Windows color (decimal): -14342865 or 3089701. OLE color: 3089701.

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

Color convert

RGB 37 37 47 -
CMYK 0.21 0.21 0 0.82
HSL 240º 0.12% 0.16% -
HSV(B) 240º 0.21% 0.18% -
XYZ 1.94 1.92 2.96 -
YUV 38.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 37 37 47 0.21 0.21 0 0.82 240 0.12 0.16
Hex 25 25 2F 15 15 0 52 F0 C 10
Octal 45 45 57 25 25 0 122 360 14 20
Binary 100101 100101 101111 10101 10101 0 1010010 11110000 1100 10000

Color Harmonies of #25252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25252F

Black with #25252F

Text Example


Text Example

White with #25252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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