Html Css Color HEX #121C13 Black Bean

📋 copy color: '#121C13'

red 18 ◦ green 28 ◦ blue 19

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

Shades of Black Bean #121C13

Tints of Black Bean #121C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 43.08%

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

R = 27.69%
G = 43.08%
B = 29.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#121C13 (or 0x121C13) is known color: Black Bean. HEX triplet: 12, 1C and 13. RGB value is (18,28,19). Sum of RGB (Red+Green+Blue) = 18+28+19=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #121C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C13 is #EDE3EC. Grayscale: #181818. Windows color (decimal): -15590381 or 1252370. OLE color: 1252370.

HSL color Cylindrical-coordinate representation of color #121C13: hue angle of 126º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121C13 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 28 19 -
CMYK 0.36 0 0.32 0.89
HSL 126º 0.22% 0.09% -
HSV(B) 126º 0.36% 0.11% -
XYZ 0.78 1.01 0.77 -
YUV 23.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 18 28 19 0.36 0 0.32 0.89 126 0.22 0.09
Hex 12 1C 13 24 0 20 59 7E 16 9
Octal 22 34 23 44 0 40 131 176 26 11
Binary 10010 11100 10011 100100 0 100000 1011001 1111110 10110 1001

Color Harmonies of #121C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C13

Black with #121C13

Text Example


Text Example

White with #121C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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