#1C211A

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

Shades of Black Forest #1C211A

Tints of Black Forest #1C211A

Color information

#1C211A (or 0x1C211A) is unknown color: approx Black Forest. HEX triplet: 1C, 21 and 1A. RGB value is (28,33,26). Sum of RGB (Red+Green+Blue) = 28+33+26=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 33 - color contains mainly: green. Hex color #1C211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C211A is #E3DEE5. Grayscale: #1E1E1E. Windows color (decimal): -14933734 or 1712412. OLE color: 1712412.

HSL color Cylindrical-coordinate representation of color #1C211A: hue angle of 102.86º degrees, saturation: 0.12, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1C211A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB283326-
CMYK0.1500.210.87
HSL102.86º11.86%11.57%-
HSV(B)102.86º21.21%12.94%-
XYZ1.211.411.19-
YUV30.71125.34126.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.18%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=32.18%
G=37.93%
B=29.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2833260.1500.210.87102.8611.8611.57
Hex1C211AF0155767cc
Octal344132170251271471414
Binary111001000011101011110101011010111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C211A; }

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

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

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

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

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

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

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

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