#010D00

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

Shades of Black Bean #010D00

Tints of Black Bean #010D00

Color information

#010D00 (or 0x010D00) is unknown color: approx Black Bean. HEX triplet: 01, 0D and 00. RGB value is (1,13,0). Sum of RGB (Red+Green+Blue) = 1+13+0=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 13 (5.47% from 255 or 92.86% from 14); Blue value is 0 (0.39% from 255 or 0% from 14); Max value from RGB is 13 - color contains mainly: green. Hex color #010D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D00 is #FEF2FF. Grayscale: #070707. Windows color (decimal): -16708352 or 3329. OLE color: 3329.

HSL color Cylindrical-coordinate representation of color #010D00: hue angle of 115.38º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010D00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.

Color convert

RGB1130-
CMYK0.92010.95
HSL115.38º100%2.55%-
HSV(B)115.38º100%5.1%-
XYZ0.160.290.05-
YUV7.93123.52123.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 7.14%
GREEN value IS 13 (5.47% from 255) = 92.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.14%
G=92.86%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11300.92010.95115.381002.55
Hex1D05C0645F73643
Octal115013401441371631443
Binary11101010111000110010010111111110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010D00; }

 p { color: rgb(1,13,0); }

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

<style>
 a { background-color: #010D00; }

 a { background-color: rgb(1,13,0); }

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

<style>
 span { border-color: #010D00; }

 span { border-color: rgb(1,13,0); }

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