#213019

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

Shades of Black Forest #213019

Tints of Black Forest #213019

Color information

#213019 (or 0x213019) is unknown color: approx Black Forest. HEX triplet: 21, 30 and 19. RGB value is (33,48,25). Sum of RGB (Red+Green+Blue) = 33+48+25=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #213019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213019 is #DECFE6. Grayscale: #282828. Windows color (decimal): -14602215 or 1650721. OLE color: 1650721.

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

Color convert

RGB334825-
CMYK0.3100.480.81
HSL99.13º31.51%14.31%-
HSV(B)99.13º47.92%18.82%-
XYZ1.862.511.31-
YUV40.89119.03122.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=31.13%
G=45.28%
B=23.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348250.3100.480.8199.1331.5114.31
Hex2130191F030516320e
Octal416031370601211434016
Binary10000111000011001111110110000101000111000111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213019; }

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

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

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

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

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

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

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

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