#010D03

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

Shades of Black Bean #010D03

Tints of Black Bean #010D03

Color information

#010D03 (or 0x010D03) is unknown color: approx Black Bean. HEX triplet: 01, 0D and 03. RGB value is (1,13,3). Sum of RGB (Red+Green+Blue) = 1+13+3=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 13 (5.47% from 255 or 76.47% from 17); Blue value is 3 (1.56% from 255 or 17.65% from 17); Max value from RGB is 13 - color contains mainly: green. Hex color #010D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D03 is #FEF2FC. Grayscale: #080808. Windows color (decimal): -16708349 or 199937. OLE color: 199937.

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

Color convert

RGB1133-
CMYK0.9200.770.95
HSL130º85.71%2.75%-
HSV(B)130º92.31%5.1%-
XYZ0.170.30.14-
YUV8.27125.02122.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.88%
GREEN value IS 13 (5.47% from 255) = 76.47%
BLUE value IS 3 (1.56% from 255) = 17.65%
R=5.88%
G=76.47%
B=17.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11330.9200.770.9513085.712.75
Hex1D35C04D5F82563
Octal115313401151372021263
Binary1110111101110001001101101111110000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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