#0A1B0B

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

Shades of Black Bean #0A1B0B

Tints of Black Bean #0A1B0B

Color information

#0A1B0B (or 0x0A1B0B) is unknown color: approx Black Bean. HEX triplet: 0A, 1B and 0B. RGB value is (10,27,11). Sum of RGB (Red+Green+Blue) = 10+27+11=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B0B is #F5E4F4. Grayscale: #141414. Windows color (decimal): -16114933 or 727818. OLE color: 727818.

HSL color Cylindrical-coordinate representation of color #0A1B0B: hue angle of 123.53º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A1B0B is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.

Color convert

RGB102711-
CMYK0.6300.590.89
HSL123.53º45.95%7.25%-
HSV(B)123.53º62.96%10.59%-
XYZ0.580.870.45-
YUV20.09122.87120.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.83%
GREEN value IS 27 (10.94% from 255) = 56.25%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=20.83%
G=56.25%
B=22.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1027110.6300.590.89123.5345.957.25
HexA1BB3F03B597c2e7
Octal12331377073131174567
Binary1010110111011111111011101110110011111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1B0B; }

 p { color: rgb(10,27,11); }

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

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

 a { background-color: rgb(10,27,11); }

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

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

 span { border-color: rgb(10,27,11); }

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