Html Css Color HEX #121E13 Black Bean

📋 copy color: '#121E13'

red 18 ◦ green 30 ◦ blue 19

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

Shades of Black Bean #121E13

Tints of Black Bean #121E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 44.78%

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

R = 26.87%
G = 44.78%
B = 28.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#121E13 (or 0x121E13) is known color: Black Bean. HEX triplet: 12, 1E and 13. RGB value is (18,30,19). Sum of RGB (Red+Green+Blue) = 18+30+19=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #121E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E13 is #EDE1EC. Grayscale: #191919. Windows color (decimal): -15589869 or 1252882. OLE color: 1252882.

HSL color Cylindrical-coordinate representation of color #121E13: hue angle of 125º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E13 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 30 19 -
CMYK 0.40 0 0.37 0.88
HSL 125º 0.25% 0.09% -
HSV(B) 125º 0.4% 0.12% -
XYZ 0.83 1.1 0.79 -
YUV 25.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 18 30 19 0.40 0 0.37 0.88 125 0.25 0.09
Hex 12 1E 13 28 0 25 58 7D 19 9
Octal 22 36 23 50 0 45 130 175 31 11
Binary 10010 11110 10011 101000 0 100101 1011000 1111101 11001 1001

Color Harmonies of #121E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E13

Black with #121E13

Text Example


Text Example

White with #121E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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