#1A381F

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

Shades of Black Bean #1A381F

Tints of Black Bean #1A381F

Color information

#1A381F (or 0x1A381F) is unknown color: approx Black Bean. HEX triplet: 1A, 38 and 1F. RGB value is (26,56,31). Sum of RGB (Red+Green+Blue) = 26+56+31=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #1A381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A381F is #E5C7E0. Grayscale: #2C2C2C. Windows color (decimal): -15058913 or 2045978. OLE color: 2045978.

HSL color Cylindrical-coordinate representation of color #1A381F: hue angle of 130º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A381F is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB265631-
CMYK0.5400.450.78
HSL130º36.59%16.08%-
HSV(B)130º53.57%21.96%-
XYZ2.093.151.79-
YUV44.18120.56115.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.01%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=23.01%
G=49.56%
B=27.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2656310.5400.450.7813036.5916.08
Hex1A381F3602D4E822510
Octal327037660551162024520
Binary1101011100011111110110010110110011101000001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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