Html Css Color HEX #121512 Black Bean

📋 copy color: '#121512'

red 18 ◦ green 21 ◦ blue 18

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

Shades of Black Bean #121512

Tints of Black Bean #121512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 36.84%

 BLUE value IS 18 (7.42% from 255) = 31.58%

R = 31.58%
G = 36.84%
B = 31.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#121512 (or 0x121512) is known color: Black Bean. HEX triplet: 12, 15 and 12. RGB value is (18,21,18). Sum of RGB (Red+Green+Blue) = 18+21+18=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 21 - color contains mainly: green. Hex color #121512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121512 is #EDEAED. Grayscale: #131313. Windows color (decimal): -15592174 or 1185042. OLE color: 1185042.

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

Color convert

RGB 18 21 18 -
CMYK 0.14 0 0.14 0.92
HSL 120º 0.08% 0.08% -
HSV(B) 120º 0.14% 0.08% -
XYZ 0.63 0.71 0.68 -
YUV 19.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 18 21 18 0.14 0 0.14 0.92 120 0.08 0.08
Hex 12 15 12 E 0 E 5C 78 8 8
Octal 22 25 22 16 0 16 134 170 10 10
Binary 10010 10101 10010 1110 0 1110 1011100 1111000 1000 1000

Color Harmonies of #121512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121512

Black with #121512

Text Example


Text Example

White with #121512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121512; }

 p { color: rgb(18,21,18); }

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

background-color css

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

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

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

border-color css

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

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

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