Html Css Color HEX #123416 Black Bean

📋 copy color: '#123416'

red 18 ◦ green 52 ◦ blue 22

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

Shades of Black Bean #123416

Tints of Black Bean #123416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 56.52%

 BLUE value IS 22 (8.98% from 255) = 23.91%

R = 19.57%
G = 56.52%
B = 23.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#123416 (or 0x123416) is known color: Black Bean. HEX triplet: 12, 34 and 16. RGB value is (18,52,22). Sum of RGB (Red+Green+Blue) = 18+52+22=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #123416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123416 is #EDCBE9. Grayscale: #262626. Windows color (decimal): -15584234 or 1455122. OLE color: 1455122.

HSL color Cylindrical-coordinate representation of color #123416: hue angle of 127.06º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123416 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 52 22 -
CMYK 0.65 0 0.58 0.80
HSL 127.06º 0.49% 0.14% -
HSV(B) 127.06º 0.65% 0.2% -
XYZ 1.62 2.64 1.18 -
YUV 38.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 18 52 22 0.65 0 0.58 0.80 127.06 0.49 0.14
Hex 12 34 16 41 0 3A 50 7F 31 E
Octal 22 64 26 101 0 72 120 177 61 16
Binary 10010 110100 10110 1000001 0 111010 1010000 1111111 110001 1110

Color Harmonies of #123416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123416

Black with #123416

Text Example


Text Example

White with #123416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123416; }

 p { color: rgb(18,52,22); }

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

background-color css

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

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

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

border-color css

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

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

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