#1C241C

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

Shades of Black Bean #1C241C

Tints of Black Bean #1C241C

Color information

#1C241C (or 0x1C241C) is unknown color: approx Black Bean. HEX triplet: 1C, 24 and 1C. RGB value is (28,36,28). Sum of RGB (Red+Green+Blue) = 28+36+28=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 36 - color contains mainly: green. Hex color #1C241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C241C is #E3DBE3. Grayscale: #202020. Windows color (decimal): -14932964 or 1844252. OLE color: 1844252.

HSL color Cylindrical-coordinate representation of color #1C241C: hue angle of 120º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1C241C is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB283628-
CMYK0.2200.220.86
HSL120º12.5%12.55%-
HSV(B)120º22.22%14.12%-
XYZ1.321.591.34-
YUV32.7125.35124.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.43%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=30.43%
G=39.13%
B=30.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2836280.2200.220.8612012.512.55
Hex1C241C160165678dd
Octal344434260261261701515
Binary1110010010011100101100101101010110111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,36,28); }

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

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

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

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

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

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

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