#1C301F

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

Shades of Black Bean #1C301F

Tints of Black Bean #1C301F

Color information

#1C301F (or 0x1C301F) is unknown color: approx Black Bean. HEX triplet: 1C, 30 and 1F. RGB value is (28,48,31). Sum of RGB (Red+Green+Blue) = 28+48+31=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #1C301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C301F is #E3CFE0. Grayscale: #282828. Windows color (decimal): -14929889 or 2043932. OLE color: 2043932.

HSL color Cylindrical-coordinate representation of color #1C301F: hue angle of 129º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1C301F is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB284831-
CMYK0.4200.350.81
HSL129º26.32%14.9%-
HSV(B)129º41.67%18.82%-
XYZ1.782.461.68-
YUV40.08122.87119.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.17%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=26.17%
G=44.86%
B=28.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2848310.4200.350.8112926.3214.9
Hex1C301F2A02351811af
Octal346037520431212013217
Binary11100110000111111010100100011101000110000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,48,31); }

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

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

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

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

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

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

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