#1B2F20

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

Shades of Black Bean #1B2F20

Tints of Black Bean #1B2F20

Color information

#1B2F20 (or 0x1B2F20) is unknown color: approx Black Bean. HEX triplet: 1B, 2F and 20. RGB value is (27,47,32). Sum of RGB (Red+Green+Blue) = 27+47+32=106 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.47% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #1B2F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2F20 is #E4D0DF. Grayscale: #272727. Windows color (decimal): -14995680 or 2109211. OLE color: 2109211.

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

Color convert

RGB274732-
CMYK0.4300.320.82
HSL135º27.03%14.51%-
HSV(B)135º42.55%18.43%-
XYZ1.732.371.73-
YUV39.31123.87119.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.47%
GREEN value IS 47 (18.75% from 255) = 44.34%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=25.47%
G=44.34%
B=30.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2747320.4300.320.8213527.0314.51
Hex1B2F202B02052871bf
Octal335740530401222073317
Binary110111011111000001010110100000101001010000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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