Html Css Color HEX #122515 Black Bean

📋 copy color: '#122515'

red 18 ◦ green 37 ◦ blue 21

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

Shades of Black Bean #122515

Tints of Black Bean #122515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 48.68%

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

R = 23.68%
G = 48.68%
B = 27.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#122515 (or 0x122515) is known color: Black Bean. HEX triplet: 12, 25 and 15. RGB value is (18,37,21). Sum of RGB (Red+Green+Blue) = 18+37+21=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #122515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122515 is #EDDAEA. Grayscale: #1D1D1D. Windows color (decimal): -15588075 or 1385746. OLE color: 1385746.

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

Color convert

RGB 18 37 21 -
CMYK 0.51 0 0.43 0.85
HSL 129.47º 0.35% 0.11% -
HSV(B) 129.47º 0.51% 0.15% -
XYZ 1.05 1.51 0.94 -
YUV 29.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 18 37 21 0.51 0 0.43 0.85 129.47 0.35 0.11
Hex 12 25 15 33 0 2B 55 81 23 B
Octal 22 45 25 63 0 53 125 201 43 13
Binary 10010 100101 10101 110011 0 101011 1010101 10000001 100011 1011

Color Harmonies of #122515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122515

Black with #122515

Text Example


Text Example

White with #122515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122515; }

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

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

background-color css

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

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

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

border-color css

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

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

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