#122717

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

Shades of Black Bean #122717

Tints of Black Bean #122717

Color information

#122717 (or 0x122717) is unknown color: approx Black Bean. HEX triplet: 12, 27 and 17. RGB value is (18,39,23). Sum of RGB (Red+Green+Blue) = 18+39+23=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #122717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122717 is #EDD8E8. Grayscale: #1E1E1E. Windows color (decimal): -15587561 or 1517330. OLE color: 1517330.

HSL color Cylindrical-coordinate representation of color #122717: hue angle of 134.29º 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 #122717 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB183923-
CMYK0.5400.410.85
HSL134.29º36.84%11.18%-
HSV(B)134.29º53.85%15.29%-
XYZ1.131.641.07-
YUV30.9123.54118.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=22.5%
G=48.75%
B=28.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1839230.5400.410.85134.2936.8411.18
Hex12271736029558625b
Octal224727660511252064513
Binary100101001111011111011001010011010101100001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122717; }

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

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

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

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

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

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

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

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