#353841

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

Shades of Vulcan #353841

Tints of Vulcan #353841

Color information

#353841 (or 0x353841) is unknown color: approx Vulcan. HEX triplet: 35, 38 and 41. RGB value is (53,56,65). Sum of RGB (Red+Green+Blue) = 53+56+65=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 65 - color contains mainly: blue. Hex color #353841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353841 is #CAC7BE. Grayscale: #383838. Windows color (decimal): -13289407 or 4274229. OLE color: 4274229.

HSL color Cylindrical-coordinate representation of color #353841: hue angle of 225º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #353841 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB535665-
CMYK0.180.1400.75
HSL225º10.17%23.14%-
HSV(B)225º18.46%25.49%-
XYZ3.843.975.56-
YUV56.13133.01125.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=30.46%
G=32.18%
B=37.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5356650.180.1400.7522510.1723.14
Hex35384112E04Be1a17
Octal6570101221601133411227
Binary11010111100010000011001011100100101111100001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353841; }

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

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

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

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

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

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

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

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