#30312F

Color #30312F Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #30312F

Tints of Black Forest #30312F

Color information

#30312F (or 0x30312F) is unknown color: approx Black Forest. HEX triplet: 30, 31 and 2F. RGB value is (48,49,47). Sum of RGB (Red+Green+Blue) = 48+49+47=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 49 - color contains mainly: green. Hex color #30312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30312F is #CFCED0. Grayscale: #303030. Windows color (decimal): -13618897 or 3092784. OLE color: 3092784.

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

Color convert

RGB484947-
CMYK0.0200.040.81
HSL90º2.08%18.82%-
HSV(B)90º4.08%19.22%-
XYZ2.833.033.13-
YUV48.47127.17127.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=33.33%
G=34.03%
B=32.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849470.0200.040.81902.0818.82
Hex30312F204515a213
Octal606157204121132223
Binary110000110001101111100100101000110110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30312F;
 }
 .AnyTagClassName
 {
   color: #30312F;
 }
</style>
background-color css

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

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

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

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

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

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