#1A351D

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

Shades of Black Bean #1A351D

Tints of Black Bean #1A351D

Color information

#1A351D (or 0x1A351D) is unknown color: approx Black Bean. HEX triplet: 1A, 35 and 1D. RGB value is (26,53,29). Sum of RGB (Red+Green+Blue) = 26+53+29=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #1A351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A351D is #E5CAE2. Grayscale: #2A2A2A. Windows color (decimal): -15059683 or 1914138. OLE color: 1914138.

HSL color Cylindrical-coordinate representation of color #1A351D: hue angle of 126.67º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A351D is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB265329-
CMYK0.5100.450.79
HSL126.67º34.18%15.49%-
HSV(B)126.67º50.94%20.78%-
XYZ1.922.851.61-
YUV42.19120.55116.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.07%
GREEN value IS 53 (21.09% from 255) = 49.07%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=24.07%
G=49.07%
B=26.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2653290.5100.450.79126.6734.1815.49
Hex1A351D3302D4F7f22f
Octal326535630551171774217
Binary11010110101111011100110101101100111111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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