#352F38

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

Shades of Jagger #352F38

Tints of Jagger #352F38

Color information

#352F38 (or 0x352F38) is unknown color: approx Jagger. HEX triplet: 35, 2F and 38. RGB value is (53,47,56). Sum of RGB (Red+Green+Blue) = 53+47+56=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 56 - color contains mainly: blue. Hex color #352F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F38 is #CAD0C7. Grayscale: #313131. Windows color (decimal): -13291720 or 3682101. OLE color: 3682101.

HSL color Cylindrical-coordinate representation of color #352F38: hue angle of 280º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #352F38 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB534756-
CMYK0.050.1600.78
HSL280º8.74%20.2%-
HSV(B)280º16.07%21.96%-
XYZ3.23.084.17-
YUV49.82131.49130.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=33.97%
G=30.13%
B=35.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5347560.050.1600.782808.7420.2
Hex352F3851004E118914
Octal65577052001164301124
Binary1101011011111110001011000001001110100011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352F38; }

 p { color: rgb(53,47,56); }

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

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

 a { background-color: rgb(53,47,56); }

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

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

 span { border-color: rgb(53,47,56); }

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