#30342B

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

Shades of Black Forest #30342B

Tints of Black Forest #30342B

Color information

#30342B (or 0x30342B) is unknown color: approx Black Forest. HEX triplet: 30, 34 and 2B. RGB value is (48,52,43). Sum of RGB (Red+Green+Blue) = 48+52+43=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 52 - color contains mainly: green. Hex color #30342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30342B is #CFCBD4. Grayscale: #313131. Windows color (decimal): -13618133 or 2831408. OLE color: 2831408.

HSL color Cylindrical-coordinate representation of color #30342B: hue angle of 86.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #30342B is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB485243-
CMYK0.0800.170.80
HSL86.67º9.47%18.63%-
HSV(B)86.67º17.31%20.39%-
XYZ2.883.262.76-
YUV49.78124.17126.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=33.57%
G=36.36%
B=30.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4852430.0800.170.8086.679.4718.63
Hex30342B80115057913
Octal606453100211201271123
Binary110000110100101011100001000110100001010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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