Html Css Color HEX #363840 Vulcan

📋 copy color: '#363840'

red 54 ◦ green 56 ◦ blue 64

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

Shades of Vulcan #363840

Tints of Vulcan #363840

RGB

 RED value IS 54 (21.48% from 255) = 31.03%

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

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

R = 31.03%
G = 32.18%
B = 36.78%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363840 (or 0x363840) is known color: Vulcan. HEX triplet: 36, 38 and 40. RGB value is (54,56,64). Sum of RGB (Red+Green+Blue) = 54+56+64=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #363840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363840 is #C9C7BF. Grayscale: #383838. Windows color (decimal): -13223872 or 4208694. OLE color: 4208694.

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

Color convert

RGB 54 56 64 -
CMYK 0.16 0.13 0 0.75
HSL 228º 0.08% 0.23% -
HSV(B) 228º 0.16% 0.25% -
XYZ 3.86 3.98 5.42 -
YUV 56.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 54 56 64 0.16 0.13 0 0.75 228 0.08 0.23
Hex 36 38 40 10 D 0 4B E4 8 17
Octal 66 70 100 20 15 0 113 344 10 27
Binary 110110 111000 1000000 10000 1101 0 1001011 11100100 1000 10111

Color Harmonies of #363840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363840

Black with #363840

Text Example


Text Example

White with #363840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363840; }

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

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

background-color css

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

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

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

border-color css

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

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

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