#1A361E

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

Shades of Black Bean #1A361E

Tints of Black Bean #1A361E

Color information

#1A361E (or 0x1A361E) is unknown color: approx Black Bean. HEX triplet: 1A, 36 and 1E. RGB value is (26,54,30). Sum of RGB (Red+Green+Blue) = 26+54+30=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #1A361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A361E is #E5C9E1. Grayscale: #2A2A2A. Windows color (decimal): -15059426 or 1979930. OLE color: 1979930.

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

Color convert

RGB265430-
CMYK0.5200.440.79
HSL128.57º35%15.69%-
HSV(B)128.57º51.85%21.18%-
XYZ1.982.951.69-
YUV42.89120.72115.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.64%
GREEN value IS 54 (21.48% from 255) = 49.09%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=23.64%
G=49.09%
B=27.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2654300.5200.440.79128.573515.69
Hex1A361E3402C4F812310
Octal326636640541172014320
Binary1101011011011110110100010110010011111000000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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