Html Css Color HEX #1B2F20 Black Bean

📋 copy color: '#1B2F20'

red 27 ◦ green 47 ◦ blue 32

#1B2F20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #1B2F20

Tints of Black Bean #1B2F20

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 value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.82

RGB Variations

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

Color information

#1B2F20 (or 0x1B2F20) is known color: 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

RGB 27 47 32 -
CMYK 0.43 0 0.32 0.82
HSL 135º 0.27% 0.15% -
HSV(B) 135º 0.43% 0.18% -
XYZ 1.73 2.37 1.73 -
YUV 39.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 27 47 32 0.43 0 0.32 0.82 135 0.27 0.15
Hex 1B 2F 20 2B 0 20 52 87 1B F
Octal 33 57 40 53 0 40 122 207 33 17
Binary 11011 101111 100000 101011 0 100000 1010010 10000111 11011 1111

Color Harmonies of #1B2F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2F20

Black with #1B2F20

Text Example


Text Example

White with #1B2F20

Text Example


Text Example

HTML Codes & Css Web 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>