Html Css Color HEX #353841 Vulcan

📋 copy color: '#353841'

red 53 ◦ green 56 ◦ blue 65

#353841
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vulcan #353841

Tints of Vulcan #353841

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 value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353841 (or 0x353841) is known color: 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

RGB 53 56 65 -
CMYK 0.18 0.14 0 0.75
HSL 225º 0.1% 0.23% -
HSV(B) 225º 0.18% 0.25% -
XYZ 3.84 3.97 5.56 -
YUV 56.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 53 56 65 0.18 0.14 0 0.75 225 0.1 0.23
Hex 35 38 41 12 E 0 4B E1 A 17
Octal 65 70 101 22 16 0 113 341 12 27
Binary 110101 111000 1000001 10010 1110 0 1001011 11100001 1010 10111

Color Harmonies of #353841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353841

Black with #353841

Text Example


Text Example

White with #353841

Text Example


Text Example

HTML Codes & Css Web 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>