Html Css Color HEX #333A32 Oil

📋 copy color: '#333A32'

red 51 ◦ green 58 ◦ blue 50

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

Shades of Oil #333A32

Tints of Oil #333A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 32.08%
G = 36.48%
B = 31.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#333A32 (or 0x333A32) is known color: Oil. HEX triplet: 33, 3A and 32. RGB value is (51,58,50). Sum of RGB (Red+Green+Blue) = 51+58+50=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 58 - color contains mainly: green. Hex color #333A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A32 is #CCC5CD. Grayscale: #373737. Windows color (decimal): -13419982 or 3291699. OLE color: 3291699.

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

Color convert

RGB 51 58 50 -
CMYK 0.12 0 0.14 0.77
HSL 112.5º 0.07% 0.21% -
HSV(B) 112.5º 0.14% 0.23% -
XYZ 3.45 3.96 3.6 -
YUV 55 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 51 58 50 0.12 0 0.14 0.77 112.5 0.07 0.21
Hex 33 3A 32 C 0 E 4D 70 7 15
Octal 63 72 62 14 0 16 115 160 7 25
Binary 110011 111010 110010 1100 0 1110 1001101 1110000 111 10101

Color Harmonies of #333A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A32

Black with #333A32

Text Example


Text Example

White with #333A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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