Html Css Color HEX #1B371F Black Bean

📋 copy color: '#1B371F'

red 27 ◦ green 55 ◦ blue 31

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

Shades of Black Bean #1B371F

Tints of Black Bean #1B371F

RGB

 RED value IS 27 (10.94% from 255) = 23.89%

 GREEN value IS 55 (21.88% from 255) = 48.67%

 BLUE value IS 31 (12.5% from 255) = 27.43%

R = 23.89%
G = 48.67%
B = 27.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#1B371F (or 0x1B371F) is known color: Black Bean. HEX triplet: 1B, 37 and 1F. RGB value is (27,55,31). Sum of RGB (Red+Green+Blue) = 27+55+31=113 (14% of max value = 765). Red value is 27 (10.94% from 255 or 23.89% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #1B371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B371F is #E4C8E0. Grayscale: #2B2B2B. Windows color (decimal): -14993633 or 2045723. OLE color: 2045723.

HSL color Cylindrical-coordinate representation of color #1B371F: hue angle of 128.57º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B371F is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 27 55 31 -
CMYK 0.51 0 0.44 0.78
HSL 128.57º 0.34% 0.16% -
HSV(B) 128.57º 0.51% 0.22% -
XYZ 2.07 3.06 1.78 -
YUV 43.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 27 55 31 0.51 0 0.44 0.78 128.57 0.34 0.16
Hex 1B 37 1F 33 0 2C 4E 81 22 10
Octal 33 67 37 63 0 54 116 201 42 20
Binary 11011 110111 11111 110011 0 101100 1001110 10000001 100010 10000

Color Harmonies of #1B371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B371F

Black with #1B371F

Text Example


Text Example

White with #1B371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,55,31); }

 H1.HeaderClassName
 {
   color: #1B371F;
 }
 .AnyTagClassName
 {
   color: #1B371F;
 }
</style>

background-color css

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

 a { background-color: rgb(27,55,31); }

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

border-color css

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

 span { border-color: rgb(27,55,31); }

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