Html Css Color HEX #102015 Black Bean

📋 copy color: '#102015'

red 16 ◦ green 32 ◦ blue 21

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

Shades of Black Bean #102015

Tints of Black Bean #102015

RGB

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

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

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

R = 23.19%
G = 46.38%
B = 30.43%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#102015 (or 0x102015) is known color: Black Bean. HEX triplet: 10, 20 and 15. RGB value is (16,32,21). Sum of RGB (Red+Green+Blue) = 16+32+21=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #102015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102015 is #EFDFEA. Grayscale: #191919. Windows color (decimal): -15720427 or 1384464. OLE color: 1384464.

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

Color convert

RGB 16 32 21 -
CMYK 0.5 0 0.34 0.87
HSL 138.75º 0.33% 0.09% -
HSV(B) 138.75º 0.5% 0.13% -
XYZ 0.87 1.2 0.89 -
YUV 25.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 16 32 21 0.5 0 0.34 0.87 138.75 0.33 0.09
Hex 10 20 15 32 0 22 57 8B 21 9
Octal 20 40 25 62 0 42 127 213 41 11
Binary 10000 100000 10101 110010 0 100010 1010111 10001011 100001 1001

Color Harmonies of #102015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102015

Black with #102015

Text Example


Text Example

White with #102015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102015; }

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

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

background-color css

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

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

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

border-color css

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

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

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