#011703

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

Shades of Black Bean #011703

Tints of Black Bean #011703

Color information

#011703 (or 0x011703) is unknown color: approx Black Bean. HEX triplet: 01, 17 and 03. RGB value is (1,23,3). Sum of RGB (Red+Green+Blue) = 1+23+3=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 23 (9.38% from 255 or 85.19% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 23 - color contains mainly: green. Hex color #011703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011703 is #FEE8FC. Grayscale: #0E0E0E. Windows color (decimal): -16705789 or 202497. OLE color: 202497.

HSL color Cylindrical-coordinate representation of color #011703: hue angle of 125.45º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011703 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.91.

Color convert

RGB1233-
CMYK0.9600.870.91
HSL125.45º91.67%4.71%-
HSV(B)125.45º95.65%9.02%-
XYZ0.340.630.19-
YUV14.14121.71118.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 23 (9.38% from 255) = 85.19%
BLUE value IS 3 (1.56% from 255) = 11.11%
R=3.70%
G=85.19%
B=11.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12330.9600.870.91125.4591.674.71
Hex1173600575B7d5c5
Octal127314001271331751345
Binary11011111110000001010111101101111111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011703; }

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

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

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

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

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

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

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

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