Html Css Color HEX #30392E Oil

📋 copy color: '#30392E'

red 48 ◦ green 57 ◦ blue 46

#30392E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oil #30392E

Tints of Oil #30392E

RGB

 RED value IS 48 (19.14% from 255) = 31.79%

 GREEN value IS 57 (22.66% from 255) = 37.75%

 BLUE value IS 46 (18.36% from 255) = 30.46%

R = 31.79%
G = 37.75%
B = 30.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.78

RGB Variations

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

Color information

#30392E (or 0x30392E) is known color: Oil. HEX triplet: 30, 39 and 2E. RGB value is (48,57,46). Sum of RGB (Red+Green+Blue) = 48+57+46=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 57 - color contains mainly: green. Hex color #30392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30392E is #CFC6D1. Grayscale: #353535. Windows color (decimal): -13616850 or 3029296. OLE color: 3029296.

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

Color convert

RGB 48 57 46 -
CMYK 0.16 0 0.19 0.78
HSL 109.09º 0.11% 0.2% -
HSV(B) 109.09º 0.19% 0.22% -
XYZ 3.18 3.75 3.14 -
YUV 53.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 48 57 46 0.16 0 0.19 0.78 109.09 0.11 0.2
Hex 30 39 2E 10 0 13 4E 6D B 14
Octal 60 71 56 20 0 23 116 155 13 24
Binary 110000 111001 101110 10000 0 10011 1001110 1101101 1011 10100

Color Harmonies of #30392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30392E

Black with #30392E

Text Example


Text Example

White with #30392E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30392E;
 }
 .AnyTagClassName
 {
   color: #30392E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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