#35293E

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

Shades of Jagger #35293E

Tints of Jagger #35293E

Color information

#35293E (or 0x35293E) is unknown color: approx Jagger. HEX triplet: 35, 29 and 3E. RGB value is (53,41,62). Sum of RGB (Red+Green+Blue) = 53+41+62=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: blue. Hex color #35293E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35293E is #CAD6C1. Grayscale: #2E2E2E. Windows color (decimal): -13293250 or 4073781. OLE color: 4073781.

HSL color Cylindrical-coordinate representation of color #35293E: hue angle of 274.29º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35293E is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB534162-
CMYK0.150.3400.76
HSL274.29º20.39%20.2%-
HSV(B)274.29º33.87%24.31%-
XYZ3.132.694.91-
YUV46.98136.48132.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=33.97%
G=26.28%
B=39.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5341620.150.3400.76274.2920.3920.2
Hex35293EF2204C1121414
Octal655176174201144222424
Binary1101011010011111101111100010010011001000100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35293E; }

 p { color: rgb(53,41,62); }

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

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

 a { background-color: rgb(53,41,62); }

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

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

 span { border-color: rgb(53,41,62); }

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