Html Css Color HEX #103014 Black Bean

📋 copy color: '#103014'

red 16 ◦ green 48 ◦ blue 20

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

Shades of Black Bean #103014

Tints of Black Bean #103014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 23.81%

R = 19.05%
G = 57.14%
B = 23.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#103014 (or 0x103014) is known color: Black Bean. HEX triplet: 10, 30 and 14. RGB value is (16,48,20). Sum of RGB (Red+Green+Blue) = 16+48+20=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #103014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103014 is #EFCFEB. Grayscale: #232323. Windows color (decimal): -15716332 or 1323024. OLE color: 1323024.

HSL color Cylindrical-coordinate representation of color #103014: hue angle of 127.5º 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 #103014 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB 16 48 20 -
CMYK 0.67 0 0.58 0.81
HSL 127.5º 0.5% 0.13% -
HSV(B) 127.5º 0.67% 0.19% -
XYZ 1.4 2.27 1.03 -
YUV 35.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 16 48 20 0.67 0 0.58 0.81 127.5 0.5 0.13
Hex 10 30 14 43 0 3A 51 80 32 D
Octal 20 60 24 103 0 72 121 200 62 15
Binary 10000 110000 10100 1000011 0 111010 1010001 10000000 110010 1101

Color Harmonies of #103014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103014

Black with #103014

Text Example


Text Example

White with #103014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103014; }

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

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

background-color css

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

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

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

border-color css

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

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

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