#203015

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

Shades of Black Forest #203015

Tints of Black Forest #203015

Color information

#203015 (or 0x203015) is unknown color: approx Black Forest. HEX triplet: 20, 30 and 15. RGB value is (32,48,21). Sum of RGB (Red+Green+Blue) = 32+48+21=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #203015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203015 is #DFCFEA. Grayscale: #282828. Windows color (decimal): -14667755 or 1388576. OLE color: 1388576.

HSL color Cylindrical-coordinate representation of color #203015: hue angle of 95.56º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #203015 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB324821-
CMYK0.3300.560.81
HSL95.56º39.13%13.53%-
HSV(B)95.56º56.25%18.82%-
XYZ1.792.481.09-
YUV40.14117.2122.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=31.68%
G=47.52%
B=20.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3248210.3300.560.8195.5639.1313.53
Hex20301521038516027e
Octal406025410701211404716
Binary100000110000101011000010111000101000111000001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203015; }

 p { color: rgb(32,48,21); }

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

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

 a { background-color: rgb(32,48,21); }

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

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

 span { border-color: rgb(32,48,21); }

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