Html Css Color HEX #353840 Vulcan

📋 copy color: '#353840'

red 53 ◦ green 56 ◦ blue 64

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

Shades of Vulcan #353840

Tints of Vulcan #353840

RGB

 RED value IS 53 (21.09% from 255) = 30.64%

 GREEN value IS 56 (22.27% from 255) = 32.37%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 30.64%
G = 32.37%
B = 36.99%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353840 (or 0x353840) is known color: Vulcan. HEX triplet: 35, 38 and 40. RGB value is (53,56,64). Sum of RGB (Red+Green+Blue) = 53+56+64=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #353840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353840 is #CAC7BF. Grayscale: #373737. Windows color (decimal): -13289408 or 4208693. OLE color: 4208693.

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

Color convert

RGB 53 56 64 -
CMYK 0.17 0.13 0 0.75
HSL 223.64º 0.09% 0.23% -
HSV(B) 223.64º 0.17% 0.25% -
XYZ 3.81 3.96 5.41 -
YUV 56.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 53 56 64 0.17 0.13 0 0.75 223.64 0.09 0.23
Hex 35 38 40 11 D 0 4B E0 9 17
Octal 65 70 100 21 15 0 113 340 11 27
Binary 110101 111000 1000000 10001 1101 0 1001011 11100000 1001 10111

Color Harmonies of #353840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353840

Black with #353840

Text Example


Text Example

White with #353840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353840; }

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

 H1.HeaderClassName
 {
   color: #353840;
 }
 .AnyTagClassName
 {
   color: #353840;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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