Html Css Color HEX #122713 Black Bean

📋 copy color: '#122713'

red 18 ◦ green 39 ◦ blue 19

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

Shades of Black Bean #122713

Tints of Black Bean #122713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 51.32%

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

R = 23.68%
G = 51.32%
B = 25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#122713 (or 0x122713) is known color: Black Bean. HEX triplet: 12, 27 and 13. RGB value is (18,39,19). Sum of RGB (Red+Green+Blue) = 18+39+19=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #122713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122713 is #EDD8EC. Grayscale: #1E1E1E. Windows color (decimal): -15587565 or 1255186. OLE color: 1255186.

HSL color Cylindrical-coordinate representation of color #122713: hue angle of 122.86º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122713 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 39 19 -
CMYK 0.54 0 0.51 0.85
HSL 122.86º 0.37% 0.11% -
HSV(B) 122.86º 0.54% 0.15% -
XYZ 1.09 1.63 0.87 -
YUV 30.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 18 39 19 0.54 0 0.51 0.85 122.86 0.37 0.11
Hex 12 27 13 36 0 33 55 7B 25 B
Octal 22 47 23 66 0 63 125 173 45 13
Binary 10010 100111 10011 110110 0 110011 1010101 1111011 100101 1011

Color Harmonies of #122713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122713

Black with #122713

Text Example


Text Example

White with #122713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122713; }

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

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

background-color css

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

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

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

border-color css

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

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

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