Html Css Color HEX #333A31 Oil

📋 copy color: '#333A31'

red 51 ◦ green 58 ◦ blue 49

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

Shades of Oil #333A31

Tints of Oil #333A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.71%

 BLUE value IS 49 (19.53% from 255) = 31.01%

R = 32.28%
G = 36.71%
B = 31.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.77

RGB Variations

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

Color information

#333A31 (or 0x333A31) is known color: Oil. HEX triplet: 33, 3A and 31. RGB value is (51,58,49). Sum of RGB (Red+Green+Blue) = 51+58+49=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 58 - color contains mainly: green. Hex color #333A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A31 is #CCC5CE. Grayscale: #363636. Windows color (decimal): -13419983 or 3226163. OLE color: 3226163.

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

Color convert

RGB 51 58 49 -
CMYK 0.12 0 0.16 0.77
HSL 106.67º 0.08% 0.21% -
HSV(B) 106.67º 0.16% 0.23% -
XYZ 3.43 3.95 3.49 -
YUV 54.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 51 58 49 0.12 0 0.16 0.77 106.67 0.08 0.21
Hex 33 3A 31 C 0 10 4D 6B 8 15
Octal 63 72 61 14 0 20 115 153 10 25
Binary 110011 111010 110001 1100 0 10000 1001101 1101011 1000 10101

Color Harmonies of #333A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A31

Black with #333A31

Text Example


Text Example

White with #333A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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