#1A381E

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

Shades of Black Bean #1A381E

Tints of Black Bean #1A381E

Color information

#1A381E (or 0x1A381E) is unknown color: approx Black Bean. HEX triplet: 1A, 38 and 1E. RGB value is (26,56,30). Sum of RGB (Red+Green+Blue) = 26+56+30=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #1A381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A381E is #E5C7E1. Grayscale: #2C2C2C. Windows color (decimal): -15058914 or 1980442. OLE color: 1980442.

HSL color Cylindrical-coordinate representation of color #1A381E: hue angle of 128º 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 #1A381E is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB265630-
CMYK0.5400.460.78
HSL128º36.59%16.08%-
HSV(B)128º53.57%21.96%-
XYZ2.073.141.73-
YUV44.07120.06115.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.21%
GREEN value IS 56 (22.27% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=23.21%
G=50%
B=26.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2656300.5400.460.7812836.5916.08
Hex1A381E3602E4E802510
Octal327036660561162004520
Binary1101011100011110110110010111010011101000000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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