Html Css Color HEX #103015 Black Bean

📋 copy color: '#103015'

red 16 ◦ green 48 ◦ blue 21

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

Shades of Black Bean #103015

Tints of Black Bean #103015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 56.47%

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

R = 18.82%
G = 56.47%
B = 24.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#103015 (or 0x103015) is known color: Black Bean. HEX triplet: 10, 30 and 15. RGB value is (16,48,21). Sum of RGB (Red+Green+Blue) = 16+48+21=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #103015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103015 is #EFCFEA. Grayscale: #232323. Windows color (decimal): -15716331 or 1388560. OLE color: 1388560.

HSL color Cylindrical-coordinate representation of color #103015: hue angle of 129.38º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103015 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 16 48 21 -
CMYK 0.67 0 0.56 0.81
HSL 129.38º 0.5% 0.13% -
HSV(B) 129.38º 0.67% 0.19% -
XYZ 1.41 2.28 1.08 -
YUV 35.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 16 48 21 0.67 0 0.56 0.81 129.38 0.5 0.13
Hex 10 30 15 43 0 38 51 81 32 D
Octal 20 60 25 103 0 70 121 201 62 15
Binary 10000 110000 10101 1000011 0 111000 1010001 10000001 110010 1101

Color Harmonies of #103015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103015

Black with #103015

Text Example


Text Example

White with #103015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103015; }

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

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

background-color css

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

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

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

border-color css

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

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

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