#30362E

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

Shades of Oil #30362E

Tints of Oil #30362E

Color information

#30362E (or 0x30362E) is unknown color: approx Oil. HEX triplet: 30, 36 and 2E. RGB value is (48,54,46). Sum of RGB (Red+Green+Blue) = 48+54+46=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 54 - color contains mainly: green. Hex color #30362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30362E is #CFC9D1. Grayscale: #333333. Windows color (decimal): -13617618 or 3028528. OLE color: 3028528.

HSL color Cylindrical-coordinate representation of color #30362E: hue angle of 105º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #30362E is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB485446-
CMYK0.1100.150.79
HSL105º8%19.61%-
HSV(B)105º14.81%21.18%-
XYZ3.033.463.09-
YUV51.29125.01125.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=32.43%
G=36.49%
B=31.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4854460.1100.150.79105819.61
Hex30362EB0F4F69814
Octal606656130171171511024
Binary11000011011010111010110111110011111101001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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