#213017

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

Shades of Black Forest #213017

Tints of Black Forest #213017

Color information

#213017 (or 0x213017) is unknown color: approx Black Forest. HEX triplet: 21, 30 and 17. RGB value is (33,48,23). Sum of RGB (Red+Green+Blue) = 33+48+23=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #213017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213017 is #DECFE8. Grayscale: #282828. Windows color (decimal): -14602217 or 1519649. OLE color: 1519649.

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

Color convert

RGB334823-
CMYK0.3100.520.81
HSL96º35.21%13.92%-
HSV(B)96º52.08%18.82%-
XYZ1.842.51.2-
YUV40.66118.03122.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=31.73%
G=46.15%
B=22.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348230.3100.520.819635.2113.92
Hex2130171F034516023e
Octal416027370641211404316
Binary10000111000010111111110110100101000111000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213017; }

 p { color: rgb(33,48,23); }

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

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

 a { background-color: rgb(33,48,23); }

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

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

 span { border-color: rgb(33,48,23); }

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