Html Css Color HEX #30332F Oil

📋 copy color: '#30332F'

red 48 ◦ green 51 ◦ blue 47

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

Shades of Oil #30332F

Tints of Oil #30332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.19%

R = 32.88%
G = 34.93%
B = 32.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.8

RGB Variations

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

Color information

#30332F (or 0x30332F) is known color: Oil. HEX triplet: 30, 33 and 2F. RGB value is (48,51,47). Sum of RGB (Red+Green+Blue) = 48+51+47=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 51 - color contains mainly: green. Hex color #30332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30332F is #CFCCD0. Grayscale: #313131. Windows color (decimal): -13618385 or 3093296. OLE color: 3093296.

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

Color convert

RGB 48 51 47 -
CMYK 0.06 0 0.08 0.8
HSL 105º 0.04% 0.19% -
HSV(B) 105º 0.08% 0.2% -
XYZ 2.92 3.2 3.15 -
YUV 49.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 48 51 47 0.06 0 0.08 0.8 105 0.04 0.19
Hex 30 33 2F 6 0 8 50 69 4 13
Octal 60 63 57 6 0 10 120 151 4 23
Binary 110000 110011 101111 110 0 1000 1010000 1101001 100 10011

Color Harmonies of #30332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30332F

Black with #30332F

Text Example


Text Example

White with #30332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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