Html Css Color HEX #122915 Black Bean

📋 copy color: '#122915'

red 18 ◦ green 41 ◦ blue 21

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

Shades of Black Bean #122915

Tints of Black Bean #122915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 51.25%

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

R = 22.5%
G = 51.25%
B = 26.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#122915 (or 0x122915) is known color: Black Bean. HEX triplet: 12, 29 and 15. RGB value is (18,41,21). Sum of RGB (Red+Green+Blue) = 18+41+21=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #122915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122915 is #EDD6EA. Grayscale: #1F1F1F. Windows color (decimal): -15587051 or 1386770. OLE color: 1386770.

HSL color Cylindrical-coordinate representation of color #122915: hue angle of 127.83º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122915 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 21 -
CMYK 0.56 0 0.49 0.84
HSL 127.83º 0.39% 0.12% -
HSV(B) 127.83º 0.56% 0.16% -
XYZ 1.18 1.77 0.99 -
YUV 31.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 18 41 21 0.56 0 0.49 0.84 127.83 0.39 0.12
Hex 12 29 15 38 0 31 54 80 27 C
Octal 22 51 25 70 0 61 124 200 47 14
Binary 10010 101001 10101 111000 0 110001 1010100 10000000 100111 1100

Color Harmonies of #122915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122915

Black with #122915

Text Example


Text Example

White with #122915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122915; }

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

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

background-color css

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

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

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

border-color css

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

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

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