#21301A

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

Shades of Black Forest #21301A

Tints of Black Forest #21301A

Color information

#21301A (or 0x21301A) is unknown color: approx Black Forest. HEX triplet: 21, 30 and 1A. RGB value is (33,48,26). Sum of RGB (Red+Green+Blue) = 33+48+26=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #21301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21301A is #DECFE5. Grayscale: #292929. Windows color (decimal): -14602214 or 1716257. OLE color: 1716257.

HSL color Cylindrical-coordinate representation of color #21301A: hue angle of 100.91º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21301A is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB334826-
CMYK0.3100.460.81
HSL100.91º29.73%14.51%-
HSV(B)100.91º45.83%18.82%-
XYZ1.872.511.36-
YUV41.01119.53122.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=30.84%
G=44.86%
B=24.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348260.3100.460.81100.9129.7314.51
Hex21301A1F02E51651ef
Octal416032370561211453617
Binary1000011100001101011111010111010100011100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21301A; }

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

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

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

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

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

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

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

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