#102F13

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

Shades of Black Bean #102F13

Tints of Black Bean #102F13

Color information

#102F13 (or 0x102F13) is unknown color: approx Black Bean. HEX triplet: 10, 2F and 13. RGB value is (16,47,19). Sum of RGB (Red+Green+Blue) = 16+47+19=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #102F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102F13 is #EFD0EC. Grayscale: #222222. Windows color (decimal): -15716589 or 1257232. OLE color: 1257232.

HSL color Cylindrical-coordinate representation of color #102F13: hue angle of 125.81º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #102F13 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.82.

Color convert

RGB164719-
CMYK0.6600.600.82
HSL125.81º49.21%12.35%-
HSV(B)125.81º65.96%18.43%-
XYZ1.352.190.97-
YUV34.54119.23114.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.51%
GREEN value IS 47 (18.75% from 255) = 57.32%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=19.51%
G=57.32%
B=23.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1647190.6600.600.82125.8149.2112.35
Hex102F134203C527e31c
Octal2057231020741221766114
Binary100001011111001110000100111100101001011111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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