Html Css Color HEX #1C201D Black Bean

📋 copy color: '#1C201D'

red 28 ◦ green 32 ◦ blue 29

#1C201D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #1C201D

Tints of Black Bean #1C201D

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 value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#1C201D (or 0x1C201D) is known color: 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

RGB 28 32 29 -
CMYK 0.12 0 0.09 0.87
HSL 135º 0.07% 0.12% -
HSV(B) 135º 0.13% 0.13% -
XYZ 1.22 1.37 1.36 -
YUV 30.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 28 32 29 0.12 0 0.09 0.87 135 0.07 0.12
Hex 1C 20 1D C 0 9 57 87 7 C
Octal 34 40 35 14 0 11 127 207 7 14
Binary 11100 100000 11101 1100 0 1001 1010111 10000111 111 1100

Color Harmonies of #1C201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C201D

Black with #1C201D

Text Example


Text Example

White with #1C201D

Text Example


Text Example

HTML Codes & Css Web 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>