Html Css Color HEX #122913 Black Bean

📋 copy color: '#122913'

red 18 ◦ green 41 ◦ blue 19

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

Shades of Black Bean #122913

Tints of Black Bean #122913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 24.36%

R = 23.08%
G = 52.56%
B = 24.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#122913 (or 0x122913) is known color: Black Bean. HEX triplet: 12, 29 and 13. RGB value is (18,41,19). Sum of RGB (Red+Green+Blue) = 18+41+19=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #122913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122913 is #EDD6EC. Grayscale: #1F1F1F. Windows color (decimal): -15587053 or 1255698. OLE color: 1255698.

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

Color convert

RGB 18 41 19 -
CMYK 0.56 0 0.54 0.84
HSL 122.61º 0.39% 0.12% -
HSV(B) 122.61º 0.56% 0.16% -
XYZ 1.16 1.76 0.89 -
YUV 31.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 18 41 19 0.56 0 0.54 0.84 122.61 0.39 0.12
Hex 12 29 13 38 0 36 54 7B 27 C
Octal 22 51 23 70 0 66 124 173 47 14
Binary 10010 101001 10011 111000 0 110110 1010100 1111011 100111 1100

Color Harmonies of #122913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122913

Black with #122913

Text Example


Text Example

White with #122913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122913; }

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

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

background-color css

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

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

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

border-color css

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

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

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