Html Css Color HEX #15311A Black Bean

📋 copy color: '#15311A'

red 21 ◦ green 49 ◦ blue 26

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

Shades of Black Bean #15311A

Tints of Black Bean #15311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 51.04%

 BLUE value IS 26 (10.55% from 255) = 27.08%

R = 21.88%
G = 51.04%
B = 27.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#15311A (or 0x15311A) is known color: Black Bean. HEX triplet: 15, 31 and 1A. RGB value is (21,49,26). Sum of RGB (Red+Green+Blue) = 21+49+26=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #15311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15311A is #EACEE5. Grayscale: #262626. Windows color (decimal): -15388390 or 1716501. OLE color: 1716501.

HSL color Cylindrical-coordinate representation of color #15311A: hue angle of 130.71º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15311A is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 49 26 -
CMYK 0.57 0 0.47 0.81
HSL 130.71º 0.4% 0.14% -
HSV(B) 130.71º 0.57% 0.19% -
XYZ 1.59 2.43 1.36 -
YUV 38.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 21 49 26 0.57 0 0.47 0.81 130.71 0.4 0.14
Hex 15 31 1A 39 0 2F 51 83 28 E
Octal 25 61 32 71 0 57 121 203 50 16
Binary 10101 110001 11010 111001 0 101111 1010001 10000011 101000 1110

Color Harmonies of #15311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15311A

Black with #15311A

Text Example


Text Example

White with #15311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15311A; }

 p { color: rgb(21,49,26); }

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

background-color css

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

 a { background-color: rgb(21,49,26); }

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

border-color css

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

 span { border-color: rgb(21,49,26); }

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