Html Css Color HEX #122415 Black Bean

📋 copy color: '#122415'

red 18 ◦ green 36 ◦ blue 21

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

Shades of Black Bean #122415

Tints of Black Bean #122415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 48%

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

R = 24%
G = 48%
B = 28%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.42

 K value IS 0.86

RGB Variations

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

Color information

#122415 (or 0x122415) is known color: Black Bean. HEX triplet: 12, 24 and 15. RGB value is (18,36,21). Sum of RGB (Red+Green+Blue) = 18+36+21=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #122415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122415 is #EDDBEA. Grayscale: #1C1C1C. Windows color (decimal): -15588331 or 1385490. OLE color: 1385490.

HSL color Cylindrical-coordinate representation of color #122415: hue angle of 130º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #122415 is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 36 21 -
CMYK 0.5 0 0.42 0.86
HSL 130º 0.33% 0.11% -
HSV(B) 130º 0.5% 0.14% -
XYZ 1.02 1.44 0.93 -
YUV 28.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 18 36 21 0.5 0 0.42 0.86 130 0.33 0.11
Hex 12 24 15 32 0 2A 56 82 21 B
Octal 22 44 25 62 0 52 126 202 41 13
Binary 10010 100100 10101 110010 0 101010 1010110 10000010 100001 1011

Color Harmonies of #122415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122415

Black with #122415

Text Example


Text Example

White with #122415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122415; }

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

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

background-color css

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

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

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

border-color css

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

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

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