#1B3121

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

Shades of Black Bean #1B3121

Tints of Black Bean #1B3121

Color information

#1B3121 (or 0x1B3121) is unknown color: approx Black Bean. HEX triplet: 1B, 31 and 21. RGB value is (27,49,33). Sum of RGB (Red+Green+Blue) = 27+49+33=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3121 is #E4CEDE. Grayscale: #282828. Windows color (decimal): -14995167 or 2175259. OLE color: 2175259.

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

Color convert

RGB274933-
CMYK0.4500.330.81
HSL136.36º28.95%14.9%-
HSV(B)136.36º44.9%19.22%-
XYZ1.822.541.83-
YUV40.6123.71118.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.77%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=24.77%
G=44.95%
B=30.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2749330.4500.330.81136.3628.9514.9
Hex1B31212D02151881df
Octal336141550411212103517
Binary110111100011000011011010100001101000110001000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,49,33); }

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

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

 a { background-color: rgb(27,49,33); }

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

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

 span { border-color: rgb(27,49,33); }

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