#1C231D

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

Shades of Black Bean #1C231D

Tints of Black Bean #1C231D

Color information

#1C231D (or 0x1C231D) is unknown color: approx Black Bean. HEX triplet: 1C, 23 and 1D. RGB value is (28,35,29). Sum of RGB (Red+Green+Blue) = 28+35+29=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 35 - color contains mainly: green. Hex color #1C231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C231D is #E3DCE2. Grayscale: #202020. Windows color (decimal): -14933219 or 1909532. OLE color: 1909532.

HSL color Cylindrical-coordinate representation of color #1C231D: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1C231D is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB283529-
CMYK0.2000.170.86
HSL128.57º11.11%12.35%-
HSV(B)128.57º20%13.73%-
XYZ1.31.541.39-
YUV32.22126.18124.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.43%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=30.43%
G=38.04%
B=31.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2835290.2000.170.86128.5711.1112.35
Hex1C231D140115681bc
Octal344335240211262011314
Binary11100100011111011010001000110101101000000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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