#16351B

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

Shades of Black Bean #16351B

Tints of Black Bean #16351B

Color information

#16351B (or 0x16351B) is unknown color: approx Black Bean. HEX triplet: 16, 35 and 1B. RGB value is (22,53,27). Sum of RGB (Red+Green+Blue) = 22+53+27=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #16351B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16351B is #E9CAE4. Grayscale: #282828. Windows color (decimal): -15321829 or 1783062. OLE color: 1783062.

HSL color Cylindrical-coordinate representation of color #16351B: hue angle of 129.68º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #16351B is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB225327-
CMYK0.5800.490.79
HSL129.68º41.33%14.71%-
HSV(B)129.68º58.49%20.78%-
XYZ1.82.81.48-
YUV40.77120.23114.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.57%
GREEN value IS 53 (21.09% from 255) = 51.96%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=21.57%
G=51.96%
B=26.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253270.5800.490.79129.6841.3314.71
Hex16351B3A0314F8229f
Octal266533720611172025117
Binary101101101011101111101001100011001111100000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16351B; }

 p { color: rgb(22,53,27); }

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

<style>
 a { background-color: #16351B; }

 a { background-color: rgb(22,53,27); }

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

<style>
 span { border-color: #16351B; }

 span { border-color: rgb(22,53,27); }

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