#0A130B

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

Shades of Black Bean #0A130B

Tints of Black Bean #0A130B

Color information

#0A130B (or 0x0A130B) is unknown color: approx Black Bean. HEX triplet: 0A, 13 and 0B. RGB value is (10,19,11). Sum of RGB (Red+Green+Blue) = 10+19+11=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #0A130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A130B is #F5ECF4. Grayscale: #0F0F0F. Windows color (decimal): -16116981 or 725770. OLE color: 725770.

HSL color Cylindrical-coordinate representation of color #0A130B: hue angle of 126.67º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A130B is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB101911-
CMYK0.4700.420.93
HSL126.67º31.03%5.69%-
HSV(B)126.67º47.37%7.45%-
XYZ0.420.550.4-
YUV15.4125.52124.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 19 (7.81% from 255) = 47.5%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=25%
G=47.5%
B=27.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1019110.4700.420.93126.6731.035.69
HexA13B2F02A5D7f1f6
Octal12231357052135177376
Binary101010011101110111101010101011101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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