#1A331D

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

Shades of Black Bean #1A331D

Tints of Black Bean #1A331D

Color information

#1A331D (or 0x1A331D) is unknown color: approx Black Bean. HEX triplet: 1A, 33 and 1D. RGB value is (26,51,29). Sum of RGB (Red+Green+Blue) = 26+51+29=106 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.53% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #1A331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A331D is #E5CCE2. Grayscale: #292929. Windows color (decimal): -15060195 or 1913626. OLE color: 1913626.

HSL color Cylindrical-coordinate representation of color #1A331D: hue angle of 127.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1A331D is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB265129-
CMYK0.4900.430.8
HSL127.2º32.47%15.1%-
HSV(B)127.2º49.02%20%-
XYZ1.832.681.58-
YUV41.02121.22117.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.53%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=24.53%
G=48.11%
B=27.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2651290.4900.430.8127.232.4715.1
Hex1A331D3102B507f20f
Octal326335610531201774017
Binary11010110011111011100010101011101000011111111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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