#303B2C

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

Shades of Oil #303B2C

Tints of Oil #303B2C

Color information

#303B2C (or 0x303B2C) is unknown color: approx Oil. HEX triplet: 30, 3B and 2C. RGB value is (48,59,44). Sum of RGB (Red+Green+Blue) = 48+59+44=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 59 - color contains mainly: green. Hex color #303B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B2C is #CFC4D3. Grayscale: #363636. Windows color (decimal): -13616340 or 2898736. OLE color: 2898736.

HSL color Cylindrical-coordinate representation of color #303B2C: hue angle of 104º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #303B2C is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB485944-
CMYK0.1900.250.77
HSL104º14.56%20.2%-
HSV(B)104º25.42%23.14%-
XYZ3.243.942.97-
YUV54122.36123.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=31.79%
G=39.07%
B=29.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4859440.1900.250.7710414.5620.2
Hex303B2C130194D68f14
Octal607354230311151501724
Binary1100001110111011001001101100110011011101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303B2C; }

 p { color: rgb(48,59,44); }

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

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

 a { background-color: rgb(48,59,44); }

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

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

 span { border-color: rgb(48,59,44); }

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