#30332E

Color #30332E Oil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oil #30332E

Tints of Oil #30332E

Color information

#30332E (or 0x30332E) is unknown color: approx Oil. HEX triplet: 30, 33 and 2E. RGB value is (48,51,46). Sum of RGB (Red+Green+Blue) = 48+51+46=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 51 - color contains mainly: green. Hex color #30332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30332E is #CFCCD1. Grayscale: #313131. Windows color (decimal): -13618386 or 3027760. OLE color: 3027760.

HSL color Cylindrical-coordinate representation of color #30332E: hue angle of 96º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #30332E is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB485146-
CMYK0.0600.100.8
HSL96º5.15%19.02%-
HSV(B)96º9.8%20%-
XYZ2.93.193.05-
YUV49.53126.01126.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=33.10%
G=35.17%
B=31.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851460.0600.100.8965.1519.02
Hex30332E60A5060513
Octal6063566012120140523
Binary110000110011101110110010101010000110000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30332E; }

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

 H1.HeaderClassName
 {
   color: #30332E;
 }
 .AnyTagClassName
 {
   color: #30332E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #30332E;
 }
 .BgClassName
 {
   background-color: #30332E;
 }
</style>
border-color css

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

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

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