#102B13

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

Shades of Black Bean #102B13

Tints of Black Bean #102B13

Color information

#102B13 (or 0x102B13) is unknown color: approx Black Bean. HEX triplet: 10, 2B and 13. RGB value is (16,43,19). Sum of RGB (Red+Green+Blue) = 16+43+19=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #102B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102B13 is #EFD4EC. Grayscale: #202020. Windows color (decimal): -15717613 or 1256208. OLE color: 1256208.

HSL color Cylindrical-coordinate representation of color #102B13: hue angle of 126.67º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #102B13 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.83.

Color convert

RGB164319-
CMYK0.6300.560.83
HSL126.67º45.76%11.57%-
HSV(B)126.67º62.79%16.86%-
XYZ1.21.880.92-
YUV32.19120.55116.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.51%
GREEN value IS 43 (17.19% from 255) = 55.13%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=20.51%
G=55.13%
B=24.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1643190.6300.560.83126.6745.7611.57
Hex102B133F038537f2ec
Octal205323770701231775614
Binary10000101011100111111110111000101001111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102B13; }

 p { color: rgb(16,43,19); }

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

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

 a { background-color: rgb(16,43,19); }

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

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

 span { border-color: rgb(16,43,19); }

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