#203C0F

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

Shades of Black Forest #203C0F

Tints of Black Forest #203C0F

Color information

#203C0F (or 0x203C0F) is unknown color: approx Black Forest. HEX triplet: 20, 3C and 0F. RGB value is (32,60,15). Sum of RGB (Red+Green+Blue) = 32+60+15=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 60 (23.83% from 255 or 56.07% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 60 - color contains mainly: green. Hex color #203C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203C0F is #DFC3F0. Grayscale: #2E2E2E. Windows color (decimal): -14664689 or 998432. OLE color: 998432.

HSL color Cylindrical-coordinate representation of color #203C0F: hue angle of 97.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #203C0F is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB326015-
CMYK0.4700.750.76
HSL97.33º60%14.71%-
HSV(B)97.33º75%23.53%-
XYZ2.33.571.02-
YUV46.5110.22117.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.91%
GREEN value IS 60 (23.83% from 255) = 56.07%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=29.91%
G=56.07%
B=14.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3260150.4700.750.7697.336014.71
Hex203CF2F04B4C613cf
Octal4074175701131141417417
Binary100000111100111110111101001011100110011000011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203C0F; }

 p { color: rgb(32,60,15); }

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

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

 a { background-color: rgb(32,60,15); }

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

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

 span { border-color: rgb(32,60,15); }

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