#13210D

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

Shades of Black Forest #13210D

Tints of Black Forest #13210D

Color information

#13210D (or 0x13210D) is unknown color: approx Black Forest. HEX triplet: 13, 21 and 0D. RGB value is (19,33,13). Sum of RGB (Red+Green+Blue) = 19+33+13=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #13210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13210D is #ECDEF2. Grayscale: #1A1A1A. Windows color (decimal): -15523571 or 860435. OLE color: 860435.

HSL color Cylindrical-coordinate representation of color #13210D: hue angle of 102º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13210D is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB193313-
CMYK0.4200.610.87
HSL102º43.48%9.02%-
HSV(B)102º60.61%12.94%-
XYZ0.891.260.58-
YUV26.53120.36122.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 33 (13.28% from 255) = 50.77%
BLUE value IS 13 (5.47% from 255) = 20%
R=29.23%
G=50.77%
B=20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933130.4200.610.8710243.489.02
Hex1321D2A03D57662b9
Octal234115520751271465311
Binary1001110000111011010100111101101011111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13210D; }

 p { color: rgb(19,33,13); }

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

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

 a { background-color: rgb(19,33,13); }

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

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

 span { border-color: rgb(19,33,13); }

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