#30392C

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

Shades of Oil #30392C

Tints of Oil #30392C

Color information

#30392C (or 0x30392C) is unknown color: approx Oil. HEX triplet: 30, 39 and 2C. RGB value is (48,57,44). Sum of RGB (Red+Green+Blue) = 48+57+44=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 57 - color contains mainly: green. Hex color #30392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30392C is #CFC6D3. Grayscale: #343434. Windows color (decimal): -13616852 or 2898224. OLE color: 2898224.

HSL color Cylindrical-coordinate representation of color #30392C: hue angle of 101.54º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #30392C is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB485744-
CMYK0.1600.230.78
HSL101.54º12.87%19.8%-
HSV(B)101.54º22.81%22.35%-
XYZ3.143.742.94-
YUV52.83123.02124.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=32.21%
G=38.26%
B=29.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857440.1600.230.78101.5412.8719.8
Hex30392C100174E66d14
Octal607154200271161461524
Binary1100001110011011001000001011110011101100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30392C; }

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

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

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

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

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

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

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

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