Html Css Color HEX #152315 Black Bean

📋 copy color: '#152315'

red 21 ◦ green 35 ◦ blue 21

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

Shades of Black Bean #152315

Tints of Black Bean #152315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 45.45%

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

R = 27.27%
G = 45.45%
B = 27.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#152315 (or 0x152315) is known color: Black Bean. HEX triplet: 15, 23 and 15. RGB value is (21,35,21). Sum of RGB (Red+Green+Blue) = 21+35+21=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #152315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152315 is #EADCEA. Grayscale: #1D1D1D. Windows color (decimal): -15391979 or 1385237. OLE color: 1385237.

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

Color convert

RGB 21 35 21 -
CMYK 0.40 0 0.40 0.86
HSL 120º 0.25% 0.11% -
HSV(B) 120º 0.4% 0.14% -
XYZ 1.05 1.42 0.93 -
YUV 29.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 21 35 21 0.40 0 0.40 0.86 120 0.25 0.11
Hex 15 23 15 28 0 28 56 78 19 B
Octal 25 43 25 50 0 50 126 170 31 13
Binary 10101 100011 10101 101000 0 101000 1010110 1111000 11001 1011

Color Harmonies of #152315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152315

Black with #152315

Text Example


Text Example

White with #152315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152315; }

 p { color: rgb(21,35,21); }

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

background-color css

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

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

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

border-color css

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

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

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