Html Css Color HEX #123115 Black Bean

📋 copy color: '#123115'

red 18 ◦ green 49 ◦ blue 21

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

Shades of Black Bean #123115

Tints of Black Bean #123115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 55.68%

 BLUE value IS 21 (8.59% from 255) = 23.86%

R = 20.45%
G = 55.68%
B = 23.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#123115 (or 0x123115) is known color: Black Bean. HEX triplet: 12, 31 and 15. RGB value is (18,49,21). Sum of RGB (Red+Green+Blue) = 18+49+21=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #123115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123115 is #EDCEEA. Grayscale: #242424. Windows color (decimal): -15585003 or 1388818. OLE color: 1388818.

HSL color Cylindrical-coordinate representation of color #123115: hue angle of 125.81º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123115 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 49 21 -
CMYK 0.63 0 0.57 0.81
HSL 125.81º 0.46% 0.13% -
HSV(B) 125.81º 0.63% 0.19% -
XYZ 1.48 2.38 1.09 -
YUV 36.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 18 49 21 0.63 0 0.57 0.81 125.81 0.46 0.13
Hex 12 31 15 3F 0 39 51 7E 2E D
Octal 22 61 25 77 0 71 121 176 56 15
Binary 10010 110001 10101 111111 0 111001 1010001 1111110 101110 1101

Color Harmonies of #123115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123115

Black with #123115

Text Example


Text Example

White with #123115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123115; }

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

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

background-color css

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

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

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

border-color css

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

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

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