#30352C

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

Shades of Black Forest #30352C

Tints of Black Forest #30352C

Color information

#30352C (or 0x30352C) is unknown color: approx Black Forest. HEX triplet: 30, 35 and 2C. RGB value is (48,53,44). Sum of RGB (Red+Green+Blue) = 48+53+44=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 53 - color contains mainly: green. Hex color #30352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30352C is #CFCAD3. Grayscale: #323232. Windows color (decimal): -13617876 or 2897200. OLE color: 2897200.

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

Color convert

RGB485344-
CMYK0.0900.170.79
HSL93.33º9.28%19.02%-
HSV(B)93.33º16.98%20.78%-
XYZ2.953.362.88-
YUV50.48124.34126.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=33.10%
G=36.55%
B=30.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853440.0900.170.7993.339.2819.02
Hex30352C90114F5d913
Octal606554110211171351123
Binary110000110101101100100101000110011111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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