#1A301F

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

Shades of Black Bean #1A301F

Tints of Black Bean #1A301F

Color information

#1A301F (or 0x1A301F) is unknown color: approx Black Bean. HEX triplet: 1A, 30 and 1F. RGB value is (26,48,31). Sum of RGB (Red+Green+Blue) = 26+48+31=105 (13% of max value = 765). Red value is 26 (10.55% from 255 or 24.76% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #1A301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A301F is #E5CFE0. Grayscale: #272727. Windows color (decimal): -15060961 or 2043930. OLE color: 2043930.

HSL color Cylindrical-coordinate representation of color #1A301F: hue angle of 133.64º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A301F is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB264831-
CMYK0.4600.350.81
HSL133.64º29.73%14.51%-
HSV(B)133.64º45.83%18.82%-
XYZ1.732.431.67-
YUV39.48123.21118.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.76%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=24.76%
G=45.71%
B=29.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2648310.4600.350.81133.6429.7314.51
Hex1A301F2E02351861ef
Octal326037560431212063617
Binary11010110000111111011100100011101000110000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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