Html Css Color HEX #30352F Oil

📋 copy color: '#30352F'

red 48 ◦ green 53 ◦ blue 47

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

Shades of Oil #30352F

Tints of Oil #30352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.81%

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

R = 32.43%
G = 35.81%
B = 31.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#30352F (or 0x30352F) is known color: Oil. HEX triplet: 30, 35 and 2F. RGB value is (48,53,47). Sum of RGB (Red+Green+Blue) = 48+53+47=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 53 - color contains mainly: green. Hex color #30352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30352F is #CFCAD0. Grayscale: #323232. Windows color (decimal): -13617873 or 3093808. OLE color: 3093808.

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

Color convert

RGB 48 53 47 -
CMYK 0.09 0 0.11 0.79
HSL 110º 0.06% 0.2% -
HSV(B) 110º 0.11% 0.21% -
XYZ 3.01 3.38 3.18 -
YUV 50.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 48 53 47 0.09 0 0.11 0.79 110 0.06 0.2
Hex 30 35 2F 9 0 B 4F 6E 6 14
Octal 60 65 57 11 0 13 117 156 6 24
Binary 110000 110101 101111 1001 0 1011 1001111 1101110 110 10100

Color Harmonies of #30352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30352F

Black with #30352F

Text Example


Text Example

White with #30352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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