Html Css Color HEX #33373F Vulcan

📋 copy color: '#33373F'

red 51 ◦ green 55 ◦ blue 63

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

Shades of Vulcan #33373F

Tints of Vulcan #33373F

RGB

 RED value IS 51 (20.31% from 255) = 30.18%

 GREEN value IS 55 (21.88% from 255) = 32.54%

 BLUE value IS 63 (25% from 255) = 37.28%

R = 30.18%
G = 32.54%
B = 37.28%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#33373F (or 0x33373F) is known color: Vulcan. HEX triplet: 33, 37 and 3F. RGB value is (51,55,63). Sum of RGB (Red+Green+Blue) = 51+55+63=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 63 - color contains mainly: blue. Hex color #33373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33373F is #CCC8C0. Grayscale: #363636. Windows color (decimal): -13420737 or 4142899. OLE color: 4142899.

HSL color Cylindrical-coordinate representation of color #33373F: hue angle of 220º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #33373F is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 55 63 -
CMYK 0.19 0.13 0 0.75
HSL 220º 0.11% 0.22% -
HSV(B) 220º 0.19% 0.25% -
XYZ 3.63 3.8 5.24 -
YUV 54.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 51 55 63 0.19 0.13 0 0.75 220 0.11 0.22
Hex 33 37 3F 13 D 0 4B DC B 16
Octal 63 67 77 23 15 0 113 334 13 26
Binary 110011 110111 111111 10011 1101 0 1001011 11011100 1011 10110

Color Harmonies of #33373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33373F

Black with #33373F

Text Example


Text Example

White with #33373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33373F; }

 p { color: rgb(51,55,63); }

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

background-color css

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

 a { background-color: rgb(51,55,63); }

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

border-color css

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

 span { border-color: rgb(51,55,63); }

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