#122515

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

Shades of Black Bean #122515

Tints of Black Bean #122515

Color information

#122515 (or 0x122515) is unknown color: approx Black Bean. HEX triplet: 12, 25 and 15. RGB value is (18,37,21). Sum of RGB (Red+Green+Blue) = 18+37+21=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #122515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122515 is #EDDAEA. Grayscale: #1D1D1D. Windows color (decimal): -15588075 or 1385746. OLE color: 1385746.

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

Color convert

RGB183721-
CMYK0.5100.430.85
HSL129.47º34.55%10.78%-
HSV(B)129.47º51.35%14.51%-
XYZ1.051.510.94-
YUV29.49123.21119.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=23.68%
G=48.68%
B=27.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837210.5100.430.85129.4734.5510.78
Hex1225153302B558123b
Octal224525630531252014313
Binary100101001011010111001101010111010101100000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122515; }

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

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

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

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

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

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

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

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