#1A341D

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

Shades of Black Bean #1A341D

Tints of Black Bean #1A341D

Color information

#1A341D (or 0x1A341D) is unknown color: approx Black Bean. HEX triplet: 1A, 34 and 1D. RGB value is (26,52,29). Sum of RGB (Red+Green+Blue) = 26+52+29=107 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.30% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #1A341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A341D is #E5CBE2. Grayscale: #292929. Windows color (decimal): -15059939 or 1913882. OLE color: 1913882.

HSL color Cylindrical-coordinate representation of color #1A341D: hue angle of 126.92º 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 #1A341D is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB265229-
CMYK0.5000.440.80
HSL126.92º33.33%15.29%-
HSV(B)126.92º50%20.39%-
XYZ1.882.761.6-
YUV41.6120.89116.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.30%
GREEN value IS 52 (20.70% from 255) = 48.60%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=24.30%
G=48.60%
B=27.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2652290.5000.440.80126.9233.3315.29
Hex1A341D3202C507f21f
Octal326435620541201774117
Binary11010110100111011100100101100101000011111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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