Html Css Color HEX #122015 Black Bean

📋 copy color: '#122015'

red 18 ◦ green 32 ◦ blue 21

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

Shades of Black Bean #122015

Tints of Black Bean #122015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 45.07%

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

R = 25.35%
G = 45.07%
B = 29.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#122015 (or 0x122015) is known color: Black Bean. HEX triplet: 12, 20 and 15. RGB value is (18,32,21). Sum of RGB (Red+Green+Blue) = 18+32+21=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #122015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122015 is #EDDFEA. Grayscale: #1A1A1A. Windows color (decimal): -15589355 or 1384466. OLE color: 1384466.

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

Color convert

RGB 18 32 21 -
CMYK 0.44 0 0.34 0.87
HSL 132.86º 0.28% 0.1% -
HSV(B) 132.86º 0.44% 0.13% -
XYZ 0.9 1.22 0.9 -
YUV 26.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 18 32 21 0.44 0 0.34 0.87 132.86 0.28 0.1
Hex 12 20 15 2C 0 22 57 85 1C A
Octal 22 40 25 54 0 42 127 205 34 12
Binary 10010 100000 10101 101100 0 100010 1010111 10000101 11100 1010

Color Harmonies of #122015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122015

Black with #122015

Text Example


Text Example

White with #122015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122015; }

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

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

background-color css

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

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

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

border-color css

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

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

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