Html Css Color HEX #33383A Gunmetal

📋 copy color: '#33383A'

red 51 ◦ green 56 ◦ blue 58

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

Shades of Gunmetal #33383A

Tints of Gunmetal #33383A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 30.91%
G = 33.94%
B = 35.15%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#33383A (or 0x33383A) is known color: Gunmetal. HEX triplet: 33, 38 and 3A. RGB value is (51,56,58). Sum of RGB (Red+Green+Blue) = 51+56+58=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 58 - color contains mainly: blue. Hex color #33383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33383A is #CCC7C5. Grayscale: #363636. Windows color (decimal): -13420486 or 3815475. OLE color: 3815475.

HSL color Cylindrical-coordinate representation of color #33383A: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #33383A is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 51 56 58 -
CMYK 0.12 0.03 0 0.77
HSL 197.14º 0.06% 0.21% -
HSV(B) 197.14º 0.12% 0.23% -
XYZ 3.54 3.84 4.56 -
YUV 54.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 51 56 58 0.12 0.03 0 0.77 197.14 0.06 0.21
Hex 33 38 3A C 3 0 4D C5 6 15
Octal 63 70 72 14 3 0 115 305 6 25
Binary 110011 111000 111010 1100 11 0 1001101 11000101 110 10101

Color Harmonies of #33383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33383A

Black with #33383A

Text Example


Text Example

White with #33383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33383A; }

 p { color: rgb(51,56,58); }

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

background-color css

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

 a { background-color: rgb(51,56,58); }

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

border-color css

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

 span { border-color: rgb(51,56,58); }

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