Html Css Color HEX #30332E Oil

📋 copy color: '#30332E'

red 48 ◦ green 51 ◦ blue 46

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

Shades of Oil #30332E

Tints of Oil #30332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 33.1%
G = 35.17%
B = 31.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#30332E (or 0x30332E) is known color: Oil. HEX triplet: 30, 33 and 2E. RGB value is (48,51,46). Sum of RGB (Red+Green+Blue) = 48+51+46=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 51 - color contains mainly: green. Hex color #30332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30332E is #CFCCD1. Grayscale: #313131. Windows color (decimal): -13618386 or 3027760. OLE color: 3027760.

HSL color Cylindrical-coordinate representation of color #30332E: hue angle of 96º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #30332E is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 51 46 -
CMYK 0.06 0 0.10 0.8
HSL 96º 0.05% 0.19% -
HSV(B) 96º 0.1% 0.2% -
XYZ 2.9 3.19 3.05 -
YUV 49.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 48 51 46 0.06 0 0.10 0.8 96 0.05 0.19
Hex 30 33 2E 6 0 A 50 60 5 13
Octal 60 63 56 6 0 12 120 140 5 23
Binary 110000 110011 101110 110 0 1010 1010000 1100000 101 10011

Color Harmonies of #30332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30332E

Black with #30332E

Text Example


Text Example

White with #30332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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