Html Css Color HEX #122615 Black Bean

📋 copy color: '#122615'

red 18 ◦ green 38 ◦ blue 21

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

Shades of Black Bean #122615

Tints of Black Bean #122615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 49.35%

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

R = 23.38%
G = 49.35%
B = 27.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#122615 (or 0x122615) is known color: Black Bean. HEX triplet: 12, 26 and 15. RGB value is (18,38,21). Sum of RGB (Red+Green+Blue) = 18+38+21=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #122615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122615 is #EDD9EA. Grayscale: #1E1E1E. Windows color (decimal): -15587819 or 1386002. OLE color: 1386002.

HSL color Cylindrical-coordinate representation of color #122615: hue angle of 129º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122615 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 21 -
CMYK 0.53 0 0.45 0.85
HSL 129º 0.36% 0.11% -
HSV(B) 129º 0.53% 0.15% -
XYZ 1.08 1.57 0.96 -
YUV 30.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 18 38 21 0.53 0 0.45 0.85 129 0.36 0.11
Hex 12 26 15 35 0 2D 55 81 24 B
Octal 22 46 25 65 0 55 125 201 44 13
Binary 10010 100110 10101 110101 0 101101 1010101 10000001 100100 1011

Color Harmonies of #122615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122615

Black with #122615

Text Example


Text Example

White with #122615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122615; }

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

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

background-color css

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

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

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

border-color css

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

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

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