#1A341E

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

Shades of Black Bean #1A341E

Tints of Black Bean #1A341E

Color information

#1A341E (or 0x1A341E) is unknown color: approx Black Bean. HEX triplet: 1A, 34 and 1E. RGB value is (26,52,30). Sum of RGB (Red+Green+Blue) = 26+52+30=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #1A341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A341E is #E5CBE1. Grayscale: #292929. Windows color (decimal): -15059938 or 1979418. OLE color: 1979418.

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

Color convert

RGB265230-
CMYK0.5000.420.80
HSL129.23º33.33%15.29%-
HSV(B)129.23º50%20.39%-
XYZ1.892.771.66-
YUV41.72121.39116.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.07%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=24.07%
G=48.15%
B=27.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2652300.5000.420.80129.2333.3315.29
Hex1A341E3202A508121f
Octal326436620521202014117
Binary110101101001111011001001010101010000100000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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