#010307

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

Shades of Black Russian #010307

Tints of Black Russian #010307

Color information

#010307 (or 0x010307) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 07. RGB value is (1,3,7). Sum of RGB (Red+Green+Blue) = 1+3+7=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 3 (1.56% from 255 or 27.27% from 11); Blue value is 7 (3.12% from 255 or 63.64% from 11); Max value from RGB is 7 - color contains mainly: blue. Hex color #010307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010307 is #FEFCF8. Grayscale: #020202. Windows color (decimal): -16710905 or 459521. OLE color: 459521.

HSL color Cylindrical-coordinate representation of color #010307: hue angle of 220º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #010307 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB137-
CMYK0.860.5700.97
HSL220º75%1.57%-
HSV(B)220º85.71%2.75%-
XYZ0.080.090.21-
YUV2.86130.34126.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 9.09%
GREEN value IS 3 (1.56% from 255) = 27.27%
BLUE value IS 7 (3.12% from 255) = 63.64%
R=9.09%
G=27.27%
B=63.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1370.860.5700.97220751.57
Hex1375639061dc4b2
Octal1371267101413341132
Binary11111110101101110010110000111011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010307; }

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

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

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

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

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

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

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

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