Html Css Color HEX #30342F Oil

📋 copy color: '#30342F'

red 48 ◦ green 52 ◦ blue 47

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

Shades of Oil #30342F

Tints of Oil #30342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.37%

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

R = 32.65%
G = 35.37%
B = 31.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#30342F (or 0x30342F) is known color: Oil. HEX triplet: 30, 34 and 2F. RGB value is (48,52,47). Sum of RGB (Red+Green+Blue) = 48+52+47=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 52 - color contains mainly: green. Hex color #30342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30342F is #CFCBD0. Grayscale: #323232. Windows color (decimal): -13618129 or 3093552. OLE color: 3093552.

HSL color Cylindrical-coordinate representation of color #30342F: hue angle of 108º 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 #30342F is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 47 -
CMYK 0.08 0 0.10 0.80
HSL 108º 0.05% 0.19% -
HSV(B) 108º 0.1% 0.2% -
XYZ 2.96 3.29 3.17 -
YUV 50.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 48 52 47 0.08 0 0.10 0.80 108 0.05 0.19
Hex 30 34 2F 8 0 A 50 6C 5 13
Octal 60 64 57 10 0 12 120 154 5 23
Binary 110000 110100 101111 1000 0 1010 1010000 1101100 101 10011

Color Harmonies of #30342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30342F

Black with #30342F

Text Example


Text Example

White with #30342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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