#122715

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

Shades of Black Bean #122715

Tints of Black Bean #122715

Color information

#122715 (or 0x122715) is unknown color: approx Black Bean. HEX triplet: 12, 27 and 15. RGB value is (18,39,21). Sum of RGB (Red+Green+Blue) = 18+39+21=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #122715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122715 is #EDD8EA. Grayscale: #1E1E1E. Windows color (decimal): -15587563 or 1386258. OLE color: 1386258.

HSL color Cylindrical-coordinate representation of color #122715: hue angle of 128.57º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122715 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB183921-
CMYK0.5400.460.85
HSL128.57º36.84%11.18%-
HSV(B)128.57º53.85%15.29%-
XYZ1.111.630.97-
YUV30.67122.54118.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 39 (15.62% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=23.08%
G=50%
B=26.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1839210.5400.460.85128.5736.8411.18
Hex1227153602E558125b
Octal224725660561252014513
Binary100101001111010111011001011101010101100000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122715; }

 p { color: rgb(18,39,21); }

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

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

 a { background-color: rgb(18,39,21); }

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

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

 span { border-color: rgb(18,39,21); }

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