Html Css Color HEX #152016 Black Bean

📋 copy color: '#152016'

red 21 ◦ green 32 ◦ blue 22

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

Shades of Black Bean #152016

Tints of Black Bean #152016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 42.67%

 BLUE value IS 22 (8.98% from 255) = 29.33%

R = 28%
G = 42.67%
B = 29.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.87

RGB Variations

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

Color information

#152016 (or 0x152016) is known color: Black Bean. HEX triplet: 15, 20 and 16. RGB value is (21,32,22). Sum of RGB (Red+Green+Blue) = 21+32+22=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #152016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152016 is #EADFE9. Grayscale: #1B1B1B. Windows color (decimal): -15392746 or 1450005. OLE color: 1450005.

HSL color Cylindrical-coordinate representation of color #152016: hue angle of 125.45º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #152016 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 32 22 -
CMYK 0.34 0 0.31 0.87
HSL 125.45º 0.21% 0.1% -
HSV(B) 125.45º 0.34% 0.13% -
XYZ 0.97 1.25 0.95 -
YUV 27.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 21 32 22 0.34 0 0.31 0.87 125.45 0.21 0.1
Hex 15 20 16 22 0 1F 57 7D 15 A
Octal 25 40 26 42 0 37 127 175 25 12
Binary 10101 100000 10110 100010 0 11111 1010111 1111101 10101 1010

Color Harmonies of #152016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152016

Black with #152016

Text Example


Text Example

White with #152016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152016; }

 p { color: rgb(21,32,22); }

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

background-color css

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

 a { background-color: rgb(21,32,22); }

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

border-color css

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

 span { border-color: rgb(21,32,22); }

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