Html Css Color HEX #122815 Black Bean

📋 copy color: '#122815'

red 18 ◦ green 40 ◦ blue 21

#122815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #122815

Tints of Black Bean #122815

RGB

 RED value IS 18 (7.42% from 255) = 22.78%

 GREEN value IS 40 (16.02% from 255) = 50.63%

 BLUE value IS 21 (8.59% from 255) = 26.58%

R = 22.78%
G = 50.63%
B = 26.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#122815 (or 0x122815) is known color: Black Bean. HEX triplet: 12, 28 and 15. RGB value is (18,40,21). Sum of RGB (Red+Green+Blue) = 18+40+21=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #122815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122815 is #EDD7EA. Grayscale: #1F1F1F. Windows color (decimal): -15587307 or 1386514. OLE color: 1386514.

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

Color convert

RGB 18 40 21 -
CMYK 0.55 0 0.48 0.84
HSL 128.18º 0.38% 0.11% -
HSV(B) 128.18º 0.55% 0.16% -
XYZ 1.14 1.7 0.98 -
YUV 31.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 18 40 21 0.55 0 0.48 0.84 128.18 0.38 0.11
Hex 12 28 15 37 0 30 54 80 26 B
Octal 22 50 25 67 0 60 124 200 46 13
Binary 10010 101000 10101 110111 0 110000 1010100 10000000 100110 1011

Color Harmonies of #122815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122815

Black with #122815

Text Example


Text Example

White with #122815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122815; }

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

 H1.HeaderClassName
 {
   color: #122815;
 }
 .AnyTagClassName
 {
   color: #122815;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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