Html Css Color HEX #121812 Black Bean

📋 copy color: '#121812'

red 18 ◦ green 24 ◦ blue 18

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

Shades of Black Bean #121812

Tints of Black Bean #121812

RGB

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

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

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

R = 30%
G = 40%
B = 30%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#121812 (or 0x121812) is known color: Black Bean. HEX triplet: 12, 18 and 12. RGB value is (18,24,18). Sum of RGB (Red+Green+Blue) = 18+24+18=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 24 - color contains mainly: green. Hex color #121812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121812 is #EDE7ED. Grayscale: #151515. Windows color (decimal): -15591406 or 1185810. OLE color: 1185810.

HSL color Cylindrical-coordinate representation of color #121812: hue angle of 120º 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 #121812 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 24 18 -
CMYK 0.25 0 0.25 0.91
HSL 120º 0.14% 0.08% -
HSV(B) 120º 0.25% 0.09% -
XYZ 0.69 0.83 0.7 -
YUV 21.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 18 24 18 0.25 0 0.25 0.91 120 0.14 0.08
Hex 12 18 12 19 0 19 5B 78 E 8
Octal 22 30 22 31 0 31 133 170 16 10
Binary 10010 11000 10010 11001 0 11001 1011011 1111000 1110 1000

Color Harmonies of #121812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121812

Black with #121812

Text Example


Text Example

White with #121812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121812; }

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

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

background-color css

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

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

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

border-color css

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

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

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