Html Css Color HEX #122013 Black Bean

📋 copy color: '#122013'

red 18 ◦ green 32 ◦ blue 19

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

Shades of Black Bean #122013

Tints of Black Bean #122013

RGB

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

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

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

R = 26.09%
G = 46.38%
B = 27.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#122013 (or 0x122013) is known color: Black Bean. HEX triplet: 12, 20 and 13. RGB value is (18,32,19). Sum of RGB (Red+Green+Blue) = 18+32+19=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #122013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122013 is #EDDFEC. Grayscale: #1A1A1A. Windows color (decimal): -15589357 or 1253394. OLE color: 1253394.

HSL color Cylindrical-coordinate representation of color #122013: hue angle of 124.29º 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 #122013 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 32 19 -
CMYK 0.44 0 0.41 0.87
HSL 124.29º 0.28% 0.1% -
HSV(B) 124.29º 0.44% 0.13% -
XYZ 0.88 1.21 0.8 -
YUV 26.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 18 32 19 0.44 0 0.41 0.87 124.29 0.28 0.1
Hex 12 20 13 2C 0 29 57 7C 1C A
Octal 22 40 23 54 0 51 127 174 34 12
Binary 10010 100000 10011 101100 0 101001 1010111 1111100 11100 1010

Color Harmonies of #122013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122013

Black with #122013

Text Example


Text Example

White with #122013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122013; }

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

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

background-color css

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

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

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

border-color css

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

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

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