#122813

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

Shades of Black Bean #122813

Tints of Black Bean #122813

Color information

#122813 (or 0x122813) is unknown color: approx Black Bean. HEX triplet: 12, 28 and 13. RGB value is (18,40,19). Sum of RGB (Red+Green+Blue) = 18+40+19=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #122813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122813 is #EDD7EC. Grayscale: #1F1F1F. Windows color (decimal): -15587309 or 1255442. OLE color: 1255442.

HSL color Cylindrical-coordinate representation of color #122813: hue angle of 122.73º 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 #122813 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB184019-
CMYK0.5500.520.84
HSL122.73º37.93%11.37%-
HSV(B)122.73º55%15.69%-
XYZ1.131.690.88-
YUV31.03121.21118.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 40 (16.02% from 255) = 51.95%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=23.38%
G=51.95%
B=24.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1840190.5500.520.84122.7337.9311.37
Hex12281337034547b26b
Octal225023670641241734613
Binary10010101000100111101110110100101010011110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122813; }

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

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

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

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

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

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

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

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