#30332F

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

Shades of Oil #30332F

Tints of Oil #30332F

Color information

#30332F (or 0x30332F) is unknown color: approx Oil. HEX triplet: 30, 33 and 2F. RGB value is (48,51,47). Sum of RGB (Red+Green+Blue) = 48+51+47=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 51 - color contains mainly: green. Hex color #30332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30332F is #CFCCD0. Grayscale: #313131. Windows color (decimal): -13618385 or 3093296. OLE color: 3093296.

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

Color convert

RGB485147-
CMYK0.0600.080.8
HSL105º4.08%19.22%-
HSV(B)105º7.84%20%-
XYZ2.923.23.15-
YUV49.65126.51126.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=32.88%
G=34.93%
B=32.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851470.0600.080.81054.0819.22
Hex30332F6085069413
Octal6063576010120151423
Binary110000110011101111110010001010000110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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