Html Css Color HEX #102715 Black Bean

📋 copy color: '#102715'

red 16 ◦ green 39 ◦ blue 21

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

Shades of Black Bean #102715

Tints of Black Bean #102715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 51.32%

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

R = 21.05%
G = 51.32%
B = 27.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#102715 (or 0x102715) is known color: Black Bean. HEX triplet: 10, 27 and 15. RGB value is (16,39,21). Sum of RGB (Red+Green+Blue) = 16+39+21=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #102715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102715 is #EFD8EA. Grayscale: #1E1E1E. Windows color (decimal): -15718635 or 1386256. OLE color: 1386256.

HSL color Cylindrical-coordinate representation of color #102715: hue angle of 133.04º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #102715 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 39 21 -
CMYK 0.59 0 0.46 0.85
HSL 133.04º 0.42% 0.11% -
HSV(B) 133.04º 0.59% 0.15% -
XYZ 1.07 1.62 0.96 -
YUV 30.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 16 39 21 0.59 0 0.46 0.85 133.04 0.42 0.11
Hex 10 27 15 3B 0 2E 55 85 2A B
Octal 20 47 25 73 0 56 125 205 52 13
Binary 10000 100111 10101 111011 0 101110 1010101 10000101 101010 1011

Color Harmonies of #102715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102715

Black with #102715

Text Example


Text Example

White with #102715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102715; }

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

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

background-color css

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

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

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

border-color css

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

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

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