Html Css Color HEX #122115 Black Bean

📋 copy color: '#122115'

red 18 ◦ green 33 ◦ blue 21

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

Shades of Black Bean #122115

Tints of Black Bean #122115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 45.83%

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

R = 25%
G = 45.83%
B = 29.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.87

RGB Variations

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

Color information

#122115 (or 0x122115) is known color: Black Bean. HEX triplet: 12, 21 and 15. RGB value is (18,33,21). Sum of RGB (Red+Green+Blue) = 18+33+21=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #122115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122115 is #EDDEEA. Grayscale: #1B1B1B. Windows color (decimal): -15589099 or 1384722. OLE color: 1384722.

HSL color Cylindrical-coordinate representation of color #122115: hue angle of 132º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #122115 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 33 21 -
CMYK 0.45 0 0.36 0.87
HSL 132º 0.29% 0.1% -
HSV(B) 132º 0.45% 0.13% -
XYZ 0.93 1.27 0.91 -
YUV 27.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 18 33 21 0.45 0 0.36 0.87 132 0.29 0.1
Hex 12 21 15 2D 0 24 57 84 1D A
Octal 22 41 25 55 0 44 127 204 35 12
Binary 10010 100001 10101 101101 0 100100 1010111 10000100 11101 1010

Color Harmonies of #122115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122115

Black with #122115

Text Example


Text Example

White with #122115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122115; }

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

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

background-color css

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

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

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

border-color css

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

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

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