#16301A

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

Shades of Black Bean #16301A

Tints of Black Bean #16301A

Color information

#16301A (or 0x16301A) is unknown color: approx Black Bean. HEX triplet: 16, 30 and 1A. RGB value is (22,48,26). Sum of RGB (Red+Green+Blue) = 22+48+26=96 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.92% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #16301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16301A is #E9CFE5. Grayscale: #252525. Windows color (decimal): -15323110 or 1716246. OLE color: 1716246.

HSL color Cylindrical-coordinate representation of color #16301A: hue angle of 129.23º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #16301A is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB224826-
CMYK0.5400.460.81
HSL129.23º37.14%13.73%-
HSV(B)129.23º54.17%18.82%-
XYZ1.572.361.35-
YUV37.72121.39116.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.92%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=22.92%
G=50%
B=27.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2248260.5400.460.81129.2337.1413.73
Hex16301A3602E518125e
Octal266032660561212014516
Binary101101100001101011011001011101010001100000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16301A; }

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

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

<style>
 a { background-color: #16301A; }

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

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

<style>
 span { border-color: #16301A; }

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

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