#102714

Color #102714 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #102714

Tints of Black Bean #102714

Color information

#102714 (or 0x102714) is unknown color: approx Black Bean. HEX triplet: 10, 27 and 14. RGB value is (16,39,20). Sum of RGB (Red+Green+Blue) = 16+39+20=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #102714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102714 is #EFD8EB. Grayscale: #1E1E1E. Windows color (decimal): -15718636 or 1320720. OLE color: 1320720.

HSL color Cylindrical-coordinate representation of color #102714: hue angle of 130.43º 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 #102714 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB163920-
CMYK0.5900.490.85
HSL130.43º41.82%10.78%-
HSV(B)130.43º58.97%15.29%-
XYZ1.071.610.92-
YUV29.96122.38118.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.33%
GREEN value IS 39 (15.62% from 255) = 52%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=21.33%
G=52%
B=26.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1639200.5900.490.85130.4341.8210.78
Hex1027143B03155822ab
Octal204724730611252025213
Binary100001001111010011101101100011010101100000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102714; }

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

 H1.HeaderClassName
 {
   color: #102714;
 }
 .AnyTagClassName
 {
   color: #102714;
 }
</style>
background-color css

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

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

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

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

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

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