#21251E

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

Shades of Black Forest #21251E

Tints of Black Forest #21251E

Color information

#21251E (or 0x21251E) is unknown color: approx Black Forest. HEX triplet: 21, 25 and 1E. RGB value is (33,37,30). Sum of RGB (Red+Green+Blue) = 33+37+30=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 37 - color contains mainly: green. Hex color #21251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21251E is #DEDAE1. Grayscale: #232323. Windows color (decimal): -14605026 or 1975585. OLE color: 1975585.

HSL color Cylindrical-coordinate representation of color #21251E: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #21251E is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB333730-
CMYK0.1100.190.85
HSL94.29º10.45%13.14%-
HSV(B)94.29º18.92%14.51%-
XYZ1.521.741.48-
YUV35.01125.17126.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 30 (12.11% from 255) = 30%
R=33%
G=37%
B=30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3337300.1100.190.8594.2910.4513.14
Hex21251EB013555ead
Octal414536130231251361215
Binary1000011001011111010110100111010101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21251E; }

 p { color: rgb(33,37,30); }

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

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

 a { background-color: rgb(33,37,30); }

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

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

 span { border-color: rgb(33,37,30); }

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