#1B3020

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

Shades of Black Bean #1B3020

Tints of Black Bean #1B3020

Color information

#1B3020 (or 0x1B3020) is unknown color: approx Black Bean. HEX triplet: 1B, 30 and 20. RGB value is (27,48,32). Sum of RGB (Red+Green+Blue) = 27+48+32=107 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.23% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #1B3020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3020 is #E4CFDF. Grayscale: #272727. Windows color (decimal): -14995424 or 2109467. OLE color: 2109467.

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

Color convert

RGB274832-
CMYK0.4400.330.81
HSL134.29º28%14.71%-
HSV(B)134.29º43.75%18.82%-
XYZ1.772.451.75-
YUV39.9123.54118.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.23%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=25.23%
G=44.86%
B=29.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2748320.4400.330.81134.292814.71
Hex1B30202C02151861cf
Octal336040540411212063417
Binary110111100001000001011000100001101000110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,48,32); }

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

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

 a { background-color: rgb(27,48,32); }

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

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

 span { border-color: rgb(27,48,32); }

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