Html Css Color HEX #25252B Jaguar

📋 copy color: '#25252B'

red 37 ◦ green 37 ◦ blue 43

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

Shades of Jaguar #25252B

Tints of Jaguar #25252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 31.62%
G = 31.62%
B = 36.75%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25252B (or 0x25252B) is known color: Jaguar. HEX triplet: 25, 25 and 2B. RGB value is (37,37,43). Sum of RGB (Red+Green+Blue) = 37+37+43=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 43 - color contains mainly: blue. Hex color #25252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25252B is #DADAD4. Grayscale: #252525. Windows color (decimal): -14342869 or 2827557. OLE color: 2827557.

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

Color convert

RGB 37 37 43 -
CMYK 0.14 0.14 0 0.83
HSL 240º 0.08% 0.16% -
HSV(B) 240º 0.14% 0.17% -
XYZ 1.86 1.89 2.55 -
YUV 37.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 37 37 43 0.14 0.14 0 0.83 240 0.08 0.16
Hex 25 25 2B E E 0 53 F0 8 10
Octal 45 45 53 16 16 0 123 360 10 20
Binary 100101 100101 101011 1110 1110 0 1010011 11110000 1000 10000

Color Harmonies of #25252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25252B

Black with #25252B

Text Example


Text Example

White with #25252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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