#1B341E

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

Shades of Black Bean #1B341E

Tints of Black Bean #1B341E

Color information

#1B341E (or 0x1B341E) is unknown color: approx Black Bean. HEX triplet: 1B, 34 and 1E. RGB value is (27,52,30). Sum of RGB (Red+Green+Blue) = 27+52+30=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #1B341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B341E is #E4CBE1. Grayscale: #2A2A2A. Windows color (decimal): -14994402 or 1979419. OLE color: 1979419.

HSL color Cylindrical-coordinate representation of color #1B341E: hue angle of 127.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B341E is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB275230-
CMYK0.4800.420.80
HSL127.2º31.65%15.49%-
HSV(B)127.2º48.08%20.39%-
XYZ1.912.781.66-
YUV42.02121.22117.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.77%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=24.77%
G=47.71%
B=27.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2752300.4800.420.80127.231.6515.49
Hex1B341E3002A507f20f
Octal336436600521201774017
Binary11011110100111101100000101010101000011111111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,52,30); }

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

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

 a { background-color: rgb(27,52,30); }

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

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

 span { border-color: rgb(27,52,30); }

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