#123316

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

Shades of Black Bean #123316

Tints of Black Bean #123316

Color information

#123316 (or 0x123316) is unknown color: approx Black Bean. HEX triplet: 12, 33 and 16. RGB value is (18,51,22). Sum of RGB (Red+Green+Blue) = 18+51+22=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #123316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123316 is #EDCCE9. Grayscale: #252525. Windows color (decimal): -15584490 or 1454866. OLE color: 1454866.

HSL color Cylindrical-coordinate representation of color #123316: hue angle of 127.27º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123316 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB185122-
CMYK0.6500.570.8
HSL127.27º47.83%13.53%-
HSV(B)127.27º64.71%20%-
XYZ1.582.551.17-
YUV37.83119.07113.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 51 (20.31% from 255) = 56.04%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=19.78%
G=56.04%
B=24.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851220.6500.570.8127.2747.8313.53
Hex12331641039507f30e
Octal2263261010711201776016
Binary100101100111011010000010111001101000011111111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123316; }

 p { color: rgb(18,51,22); }

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

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

 a { background-color: rgb(18,51,22); }

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

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

 span { border-color: rgb(18,51,22); }

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