#1C2E1F

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

Shades of Black Bean #1C2E1F

Tints of Black Bean #1C2E1F

Color information

#1C2E1F (or 0x1C2E1F) is unknown color: approx Black Bean. HEX triplet: 1C, 2E and 1F. RGB value is (28,46,31). Sum of RGB (Red+Green+Blue) = 28+46+31=105 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.67% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #1C2E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2E1F is #E3D1E0. Grayscale: #262626. Windows color (decimal): -14930401 or 2043420. OLE color: 2043420.

HSL color Cylindrical-coordinate representation of color #1C2E1F: hue angle of 130º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C2E1F is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB284631-
CMYK0.3900.330.82
HSL130º24.32%14.51%-
HSV(B)130º39.13%18.04%-
XYZ1.72.31.65-
YUV38.91123.54120.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.67%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=26.67%
G=43.81%
B=29.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2846310.3900.330.8213024.3214.51
Hex1C2E1F27021528218f
Octal345637470411222023017
Binary11100101110111111001110100001101001010000010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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