Html Css Color HEX #121713 Black Bean

📋 copy color: '#121713'

red 18 ◦ green 23 ◦ blue 19

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

Shades of Black Bean #121713

Tints of Black Bean #121713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 38.33%

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

R = 30%
G = 38.33%
B = 31.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#121713 (or 0x121713) is known color: Black Bean. HEX triplet: 12, 17 and 13. RGB value is (18,23,19). Sum of RGB (Red+Green+Blue) = 18+23+19=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 23 - color contains mainly: green. Hex color #121713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121713 is #EDE8EC. Grayscale: #151515. Windows color (decimal): -15591661 or 1251090. OLE color: 1251090.

HSL color Cylindrical-coordinate representation of color #121713: hue angle of 132º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #121713 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 23 19 -
CMYK 0.22 0 0.17 0.91
HSL 132º 0.12% 0.08% -
HSV(B) 132º 0.22% 0.09% -
XYZ 0.67 0.79 0.73 -
YUV 21.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 18 23 19 0.22 0 0.17 0.91 132 0.12 0.08
Hex 12 17 13 16 0 11 5B 84 C 8
Octal 22 27 23 26 0 21 133 204 14 10
Binary 10010 10111 10011 10110 0 10001 1011011 10000100 1100 1000

Color Harmonies of #121713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121713

Black with #121713

Text Example


Text Example

White with #121713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121713; }

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

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

background-color css

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

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

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

border-color css

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

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

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