Html Css Color HEX #333930 Oil

📋 copy color: '#333930'

red 51 ◦ green 57 ◦ blue 48

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

Shades of Oil #333930

Tints of Oil #333930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.54%

 BLUE value IS 48 (19.14% from 255) = 30.77%

R = 32.69%
G = 36.54%
B = 30.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#333930 (or 0x333930) is known color: Oil. HEX triplet: 33, 39 and 30. RGB value is (51,57,48). Sum of RGB (Red+Green+Blue) = 51+57+48=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 57 - color contains mainly: green. Hex color #333930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333930 is #CCC6CF. Grayscale: #363636. Windows color (decimal): -13420240 or 3160371. OLE color: 3160371.

HSL color Cylindrical-coordinate representation of color #333930: hue angle of 100º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #333930 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 57 48 -
CMYK 0.11 0 0.16 0.78
HSL 100º 0.09% 0.21% -
HSV(B) 100º 0.16% 0.22% -
XYZ 3.36 3.84 3.36 -
YUV 54.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 51 57 48 0.11 0 0.16 0.78 100 0.09 0.21
Hex 33 39 30 B 0 10 4E 64 9 15
Octal 63 71 60 13 0 20 116 144 11 25
Binary 110011 111001 110000 1011 0 10000 1001110 1100100 1001 10101

Color Harmonies of #333930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333930

Black with #333930

Text Example


Text Example

White with #333930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333930; }

 p { color: rgb(51,57,48); }

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

background-color css

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

 a { background-color: rgb(51,57,48); }

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

border-color css

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

 span { border-color: rgb(51,57,48); }

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