#353848

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

Shades of Bunting #353848

Tints of Bunting #353848

Color information

#353848 (or 0x353848) is unknown color: approx Bunting. HEX triplet: 35, 38 and 48. RGB value is (53,56,72). Sum of RGB (Red+Green+Blue) = 53+56+72=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #353848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353848 is #CAC7B7. Grayscale: #383838. Windows color (decimal): -13289400 or 4732981. OLE color: 4732981.

HSL color Cylindrical-coordinate representation of color #353848: hue angle of 230.53º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #353848 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB535672-
CMYK0.260.2200.72
HSL230.53º15.2%24.51%-
HSV(B)230.53º26.39%28.24%-
XYZ4.054.056.7-
YUV56.93136.51125.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=29.28%
G=30.94%
B=39.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5356720.260.2200.72230.5315.224.51
Hex3538481A16048e7f19
Octal6570110322601103471731
Binary110101111000100100011010101100100100011100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353848; }

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

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

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

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

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

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

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

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