#252430

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

Shades of Jaguar #252430

Tints of Jaguar #252430

Color information

#252430 (or 0x252430) is unknown color: approx Jaguar. HEX triplet: 25, 24 and 30. RGB value is (37,36,48). Sum of RGB (Red+Green+Blue) = 37+36+48=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 48 - color contains mainly: blue. Hex color #252430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252430 is #DADBCF. Grayscale: #252525. Windows color (decimal): -14343120 or 3154981. OLE color: 3154981.

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

Color convert

RGB373648-
CMYK0.230.2500.81
HSL245º14.29%16.47%-
HSV(B)245º25%18.82%-
XYZ1.931.873.06-
YUV37.67133.83127.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=30.58%
G=29.75%
B=39.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3736480.230.2500.8124514.2916.47
Hex2524301719051f5e10
Octal454460273101213651620
Binary10010110010011000010111110010101000111110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252430; }

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

 H1.HeaderClassName
 {
   color: #252430;
 }
 .AnyTagClassName
 {
   color: #252430;
 }
</style>
background-color css

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

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

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

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

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

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