#1C201D

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

Shades of Black Bean #1C201D

Tints of Black Bean #1C201D

Color information

#1C201D (or 0x1C201D) is unknown color: approx Black Bean. HEX triplet: 1C, 20 and 1D. RGB value is (28,32,29). Sum of RGB (Red+Green+Blue) = 28+32+29=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 32 - color contains mainly: green. Hex color #1C201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C201D is #E3DFE2. Grayscale: #1E1E1E. Windows color (decimal): -14933987 or 1908764. OLE color: 1908764.

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

Color convert

RGB283229-
CMYK0.1200.090.87
HSL135º6.67%11.76%-
HSV(B)135º12.5%12.55%-
XYZ1.221.371.36-
YUV30.46127.17126.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.46%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=31.46%
G=35.96%
B=32.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2832290.1200.090.871356.6711.76
Hex1C201DC0957877c
Octal34403514011127207714
Binary11100100000111011100010011010111100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,32,29); }

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

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

 a { background-color: rgb(28,32,29); }

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

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

 span { border-color: rgb(28,32,29); }

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