#30352A

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

Shades of Black Forest #30352A

Tints of Black Forest #30352A

Color information

#30352A (or 0x30352A) is unknown color: approx Black Forest. HEX triplet: 30, 35 and 2A. RGB value is (48,53,42). Sum of RGB (Red+Green+Blue) = 48+53+42=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 53 - color contains mainly: green. Hex color #30352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30352A is #CFCAD5. Grayscale: #323232. Windows color (decimal): -13617878 or 2766128. OLE color: 2766128.

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

Color convert

RGB485342-
CMYK0.0900.210.79
HSL87.27º11.58%18.63%-
HSV(B)87.27º20.75%20.78%-
XYZ2.913.342.68-
YUV50.25123.34126.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=33.57%
G=37.06%
B=29.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853420.0900.210.7987.2711.5818.63
Hex30352A90154F57c13
Octal606552110251171271423
Binary110000110101101010100101010110011111010111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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