#08130B

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

Shades of Black Bean #08130B

Tints of Black Bean #08130B

Color information

#08130B (or 0x08130B) is unknown color: approx Black Bean. HEX triplet: 08, 13 and 0B. RGB value is (8,19,11). Sum of RGB (Red+Green+Blue) = 8+19+11=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #08130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08130B is #F7ECF4. Grayscale: #0E0E0E. Windows color (decimal): -16248053 or 725768. OLE color: 725768.

HSL color Cylindrical-coordinate representation of color #08130B: hue angle of 136.36º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #08130B is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB81911-
CMYK0.5800.420.93
HSL136.36º40.74%5.29%-
HSV(B)136.36º57.89%7.45%-
XYZ0.390.540.4-
YUV14.8125.86123.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.05%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=21.05%
G=50%
B=28.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal819110.5800.420.93136.3640.745.29
Hex813B3A02A5D88295
Octal10231372052135210515
Binary10001001110111110100101010101110110001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08130B; }

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

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

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

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

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

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

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

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