Html Css Color HEX #121813 Black Bean

📋 copy color: '#121813'

red 18 ◦ green 24 ◦ blue 19

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

Shades of Black Bean #121813

Tints of Black Bean #121813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 39.34%

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

R = 29.51%
G = 39.34%
B = 31.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#121813 (or 0x121813) is known color: Black Bean. HEX triplet: 12, 18 and 13. RGB value is (18,24,19). Sum of RGB (Red+Green+Blue) = 18+24+19=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #121813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121813 is #EDE7EC. Grayscale: #151515. Windows color (decimal): -15591405 or 1251346. OLE color: 1251346.

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

Color convert

RGB 18 24 19 -
CMYK 0.25 0 0.21 0.91
HSL 130º 0.14% 0.08% -
HSV(B) 130º 0.25% 0.09% -
XYZ 0.69 0.83 0.74 -
YUV 21.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 18 24 19 0.25 0 0.21 0.91 130 0.14 0.08
Hex 12 18 13 19 0 15 5B 82 E 8
Octal 22 30 23 31 0 25 133 202 16 10
Binary 10010 11000 10011 11001 0 10101 1011011 10000010 1110 1000

Color Harmonies of #121813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121813

Black with #121813

Text Example


Text Example

White with #121813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121813; }

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

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

background-color css

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

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

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

border-color css

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

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

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