#21301B

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

Shades of Black Forest #21301B

Tints of Black Forest #21301B

Color information

#21301B (or 0x21301B) is unknown color: approx Black Forest. HEX triplet: 21, 30 and 1B. RGB value is (33,48,27). Sum of RGB (Red+Green+Blue) = 33+48+27=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #21301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21301B is #DECFE4. Grayscale: #292929. Windows color (decimal): -14602213 or 1781793. OLE color: 1781793.

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

Color convert

RGB334827-
CMYK0.3100.440.81
HSL102.86º28%14.71%-
HSV(B)102.86º43.75%18.82%-
XYZ1.882.521.42-
YUV41.12120.03122.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 27 (10.94% from 255) = 25%
R=30.56%
G=44.44%
B=25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348270.3100.440.81102.862814.71
Hex21301B1F02C51671cf
Octal416033370541211473417
Binary1000011100001101111111010110010100011100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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