Html Css Color HEX #252530 Jaguar

📋 copy color: '#252530'

red 37 ◦ green 37 ◦ blue 48

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

Shades of Jaguar #252530

Tints of Jaguar #252530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 39.34%

R = 30.33%
G = 30.33%
B = 39.34%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#252530 (or 0x252530) is known color: Jaguar. HEX triplet: 25, 25 and 30. RGB value is (37,37,48). Sum of RGB (Red+Green+Blue) = 37+37+48=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 48 - color contains mainly: blue. Hex color #252530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252530 is #DADACF. Grayscale: #262626. Windows color (decimal): -14342864 or 3155237. OLE color: 3155237.

HSL color Cylindrical-coordinate representation of color #252530: hue angle of 240º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #252530 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 37 48 -
CMYK 0.23 0.23 0 0.81
HSL 240º 0.13% 0.17% -
HSV(B) 240º 0.23% 0.19% -
XYZ 1.96 1.93 3.07 -
YUV 38.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 37 37 48 0.23 0.23 0 0.81 240 0.13 0.17
Hex 25 25 30 17 17 0 51 F0 D 11
Octal 45 45 60 27 27 0 121 360 15 21
Binary 100101 100101 110000 10111 10111 0 1010001 11110000 1101 10001

Color Harmonies of #252530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252530

Black with #252530

Text Example


Text Example

White with #252530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252530; }

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

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

background-color css

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

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

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

border-color css

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

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

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