#122817

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

Shades of Black Bean #122817

Tints of Black Bean #122817

Color information

#122817 (or 0x122817) is unknown color: approx Black Bean. HEX triplet: 12, 28 and 17. RGB value is (18,40,23). Sum of RGB (Red+Green+Blue) = 18+40+23=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #122817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122817 is #EDD7E8. Grayscale: #1F1F1F. Windows color (decimal): -15587305 or 1517586. OLE color: 1517586.

HSL color Cylindrical-coordinate representation of color #122817: hue angle of 133.64º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #122817 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB184023-
CMYK0.5500.430.84
HSL133.64º37.93%11.37%-
HSV(B)133.64º55%15.69%-
XYZ1.161.711.08-
YUV31.48123.21118.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 40 (16.02% from 255) = 49.38%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=22.22%
G=49.38%
B=28.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1840230.5500.430.84133.6437.9311.37
Hex1228173702B548626b
Octal225027670531242064613
Binary100101010001011111011101010111010100100001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122817; }

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

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

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

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

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

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

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

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