#35293F

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

Shades of Jagger #35293F

Tints of Jagger #35293F

Color information

#35293F (or 0x35293F) is unknown color: approx Jagger. HEX triplet: 35, 29 and 3F. RGB value is (53,41,63). Sum of RGB (Red+Green+Blue) = 53+41+63=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #35293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35293F is #CAD6C0. Grayscale: #2F2F2F. Windows color (decimal): -13293249 or 4139317. OLE color: 4139317.

HSL color Cylindrical-coordinate representation of color #35293F: hue angle of 272.73º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35293F is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB534163-
CMYK0.160.3500.75
HSL272.73º21.15%20.39%-
HSV(B)272.73º34.92%24.71%-
XYZ3.162.75.06-
YUV47.1136.98132.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 63 (25% from 255) = 40.13%
R=33.76%
G=26.11%
B=40.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5341630.160.3500.75272.7321.1520.39
Hex35293F102304B1111514
Octal655177204301134212524
Binary11010110100111111110000100011010010111000100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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