Html Css Color HEX #121B13 Black Bean

📋 copy color: '#121B13'

red 18 ◦ green 27 ◦ blue 19

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

Shades of Black Bean #121B13

Tints of Black Bean #121B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 42.19%

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

R = 28.13%
G = 42.19%
B = 29.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#121B13 (or 0x121B13) is known color: Black Bean. HEX triplet: 12, 1B and 13. RGB value is (18,27,19). Sum of RGB (Red+Green+Blue) = 18+27+19=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 27 - color contains mainly: green. Hex color #121B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B13 is #EDE4EC. Grayscale: #171717. Windows color (decimal): -15590637 or 1252114. OLE color: 1252114.

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

Color convert

RGB 18 27 19 -
CMYK 0.33 0 0.30 0.89
HSL 126.67º 0.2% 0.09% -
HSV(B) 126.67º 0.33% 0.11% -
XYZ 0.76 0.96 0.76 -
YUV 23.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 18 27 19 0.33 0 0.30 0.89 126.67 0.2 0.09
Hex 12 1B 13 21 0 1E 59 7F 14 9
Octal 22 33 23 41 0 36 131 177 24 11
Binary 10010 11011 10011 100001 0 11110 1011001 1111111 10100 1001

Color Harmonies of #121B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B13

Black with #121B13

Text Example


Text Example

White with #121B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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