Html Css Color HEX #122813 Black Bean

📋 copy color: '#122813'

red 18 ◦ green 40 ◦ blue 19

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

Shades of Black Bean #122813

Tints of Black Bean #122813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 51.95%

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

R = 23.38%
G = 51.95%
B = 24.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#122813 (or 0x122813) is known color: Black Bean. HEX triplet: 12, 28 and 13. RGB value is (18,40,19). Sum of RGB (Red+Green+Blue) = 18+40+19=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #122813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122813 is #EDD7EC. Grayscale: #1F1F1F. Windows color (decimal): -15587309 or 1255442. OLE color: 1255442.

HSL color Cylindrical-coordinate representation of color #122813: hue angle of 122.73º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #122813 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 40 19 -
CMYK 0.55 0 0.52 0.84
HSL 122.73º 0.38% 0.11% -
HSV(B) 122.73º 0.55% 0.16% -
XYZ 1.13 1.69 0.88 -
YUV 31.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 18 40 19 0.55 0 0.52 0.84 122.73 0.38 0.11
Hex 12 28 13 37 0 34 54 7B 26 B
Octal 22 50 23 67 0 64 124 173 46 13
Binary 10010 101000 10011 110111 0 110100 1010100 1111011 100110 1011

Color Harmonies of #122813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122813

Black with #122813

Text Example


Text Example

White with #122813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122813; }

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

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

background-color css

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

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

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

border-color css

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

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

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