#252438

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

Shades of Jaguar #252438

Tints of Jaguar #252438

Color information

#252438 (or 0x252438) is unknown color: approx Jaguar. HEX triplet: 25, 24 and 38. RGB value is (37,36,56). Sum of RGB (Red+Green+Blue) = 37+36+56=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #252438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252438 is #DADBC7. Grayscale: #262626. Windows color (decimal): -14343112 or 3679269. OLE color: 3679269.

HSL color Cylindrical-coordinate representation of color #252438: hue angle of 243º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #252438 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB373656-
CMYK0.340.3600.78
HSL243º21.74%18.04%-
HSV(B)243º35.71%21.96%-
XYZ2.111.944-
YUV38.58137.83126.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.68%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=28.68%
G=27.91%
B=43.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3736560.340.3600.7824321.7418.04
Hex252438222404Ef31612
Octal454470424401163632622
Binary10010110010011100010001010010001001110111100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252438; }

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

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

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

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

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

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

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

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