Html Css Color HEX #102515 Black Bean

📋 copy color: '#102515'

red 16 ◦ green 37 ◦ blue 21

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

Shades of Black Bean #102515

Tints of Black Bean #102515

RGB

 RED value IS 16 (6.64% from 255) = 21.62%

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

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

R = 21.62%
G = 50%
B = 28.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#102515 (or 0x102515) is known color: Black Bean. HEX triplet: 10, 25 and 15. RGB value is (16,37,21). Sum of RGB (Red+Green+Blue) = 16+37+21=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #102515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102515 is #EFDAEA. Grayscale: #1C1C1C. Windows color (decimal): -15719147 or 1385744. OLE color: 1385744.

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

Color convert

RGB 16 37 21 -
CMYK 0.57 0 0.43 0.85
HSL 134.29º 0.4% 0.1% -
HSV(B) 134.29º 0.57% 0.15% -
XYZ 1.01 1.49 0.94 -
YUV 28.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 16 37 21 0.57 0 0.43 0.85 134.29 0.4 0.1
Hex 10 25 15 39 0 2B 55 86 28 A
Octal 20 45 25 71 0 53 125 206 50 12
Binary 10000 100101 10101 111001 0 101011 1010101 10000110 101000 1010

Color Harmonies of #102515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102515

Black with #102515

Text Example


Text Example

White with #102515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102515; }

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

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

background-color css

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

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

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

border-color css

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

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

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