#1A361D

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

Shades of Black Bean #1A361D

Tints of Black Bean #1A361D

Color information

#1A361D (or 0x1A361D) is unknown color: approx Black Bean. HEX triplet: 1A, 36 and 1D. RGB value is (26,54,29). Sum of RGB (Red+Green+Blue) = 26+54+29=109 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.85% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #1A361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A361D is #E5C9E2. Grayscale: #2A2A2A. Windows color (decimal): -15059427 or 1914394. OLE color: 1914394.

HSL color Cylindrical-coordinate representation of color #1A361D: hue angle of 126.43º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A361D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB265429-
CMYK0.5200.460.79
HSL126.43º35%15.69%-
HSV(B)126.43º51.85%21.18%-
XYZ1.972.951.63-
YUV42.78120.22116.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.85%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=23.85%
G=49.54%
B=26.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2654290.5200.460.79126.433515.69
Hex1A361D3402E4F7e2310
Octal326635640561171764320
Binary110101101101110111010001011101001111111111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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