#122513

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

Shades of Black Bean #122513

Tints of Black Bean #122513

Color information

#122513 (or 0x122513) is unknown color: approx Black Bean. HEX triplet: 12, 25 and 13. RGB value is (18,37,19). Sum of RGB (Red+Green+Blue) = 18+37+19=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #122513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122513 is #EDDAEC. Grayscale: #1D1D1D. Windows color (decimal): -15588077 or 1254674. OLE color: 1254674.

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

Color convert

RGB183719-
CMYK0.5100.490.85
HSL123.16º34.55%10.78%-
HSV(B)123.16º51.35%14.51%-
XYZ1.031.50.85-
YUV29.27122.21119.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=24.32%
G=50%
B=25.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837190.5100.490.85123.1634.5510.78
Hex12251333031557b23b
Octal224523630611251734313
Binary10010100101100111100110110001101010111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122513; }

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

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

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

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

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

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

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

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