#1A361F

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

Shades of Black Bean #1A361F

Tints of Black Bean #1A361F

Color information

#1A361F (or 0x1A361F) is unknown color: approx Black Bean. HEX triplet: 1A, 36 and 1F. RGB value is (26,54,31). Sum of RGB (Red+Green+Blue) = 26+54+31=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #1A361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A361F is #E5C9E0. Grayscale: #2B2B2B. Windows color (decimal): -15059425 or 2045466. OLE color: 2045466.

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

Color convert

RGB265431-
CMYK0.5200.430.79
HSL130.71º35%15.69%-
HSV(B)130.71º51.85%21.18%-
XYZ1.992.961.76-
YUV43.01121.22115.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.42%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=23.42%
G=48.65%
B=27.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2654310.5200.430.79130.713515.69
Hex1A361F3402B4F832310
Octal326637640531172034320
Binary1101011011011111110100010101110011111000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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