Html Css Color HEX #122315 Black Bean

📋 copy color: '#122315'

red 18 ◦ green 35 ◦ blue 21

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

Shades of Black Bean #122315

Tints of Black Bean #122315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 47.3%

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

R = 24.32%
G = 47.3%
B = 28.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#122315 (or 0x122315) is known color: Black Bean. HEX triplet: 12, 23 and 15. RGB value is (18,35,21). Sum of RGB (Red+Green+Blue) = 18+35+21=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #122315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122315 is #EDDCEA. Grayscale: #1C1C1C. Windows color (decimal): -15588587 or 1385234. OLE color: 1385234.

HSL color Cylindrical-coordinate representation of color #122315: hue angle of 130.59º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #122315 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 35 21 -
CMYK 0.49 0 0.40 0.86
HSL 130.59º 0.32% 0.1% -
HSV(B) 130.59º 0.49% 0.14% -
XYZ 0.99 1.38 0.92 -
YUV 28.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 18 35 21 0.49 0 0.40 0.86 130.59 0.32 0.1
Hex 12 23 15 31 0 28 56 83 20 A
Octal 22 43 25 61 0 50 126 203 40 12
Binary 10010 100011 10101 110001 0 101000 1010110 10000011 100000 1010

Color Harmonies of #122315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122315

Black with #122315

Text Example


Text Example

White with #122315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122315; }

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

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

background-color css

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

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

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

border-color css

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

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

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