#30352E

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

Shades of Oil #30352E

Tints of Oil #30352E

Color information

#30352E (or 0x30352E) is unknown color: approx Oil. HEX triplet: 30, 35 and 2E. RGB value is (48,53,46). Sum of RGB (Red+Green+Blue) = 48+53+46=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 53 - color contains mainly: green. Hex color #30352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30352E is #CFCAD1. Grayscale: #323232. Windows color (decimal): -13617874 or 3028272. OLE color: 3028272.

HSL color Cylindrical-coordinate representation of color #30352E: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #30352E is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB485346-
CMYK0.0900.130.79
HSL102.86º7.07%19.41%-
HSV(B)102.86º13.21%20.78%-
XYZ2.993.373.08-
YUV50.71125.34126.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=32.65%
G=36.05%
B=31.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853460.0900.130.79102.867.0719.41
Hex30352E90D4F67713
Octal60655611015117147723
Binary1100001101011011101001011011001111110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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