#000D01

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

Shades of Black Bean #000D01

Tints of Black Bean #000D01

Color information

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

HSL color Cylindrical-coordinate representation of color #000D01: hue angle of 124.62º 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 #000D01 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.

Color convert

RGB0131-
CMYK100.920.95
HSL124.62º100%2.55%-
HSV(B)124.62º100%5.1%-
XYZ0.150.290.08-
YUV7.74124.19122.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0131100.920.95124.621002.55
Hex0D16405C5F7d643
Octal015114401341371751443
Binary01101111001000101110010111111111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000D01; }

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

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

<style>
 a { background-color: #000D01; }

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

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

<style>
 span { border-color: #000D01; }

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

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