#252530

Color #252530 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #252530

Tints of Jaguar #252530

Color information

#252530 (or 0x252530) is unknown color: approx 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

RGB373748-
CMYK0.230.2300.81
HSL240º12.94%16.67%-
HSV(B)240º22.92%18.82%-
XYZ1.961.933.07-
YUV38.25133.5127.11-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3737480.230.2300.8124012.9416.67
Hex2525301717051f0d11
Octal454560272701213601521
Binary10010110010111000010111101110101000111110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>