#05070F

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

Shades of Black Russian #05070F

Tints of Black Russian #05070F

Color information

#05070F (or 0x05070F) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 0F. RGB value is (5,7,15). Sum of RGB (Red+Green+Blue) = 5+7+15=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 15 (6.25% from 255 or 55.56% from 27); Max value from RGB is 15 - color contains mainly: blue. Hex color #05070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05070F is #FAF8F0. Grayscale: #070707. Windows color (decimal): -16447729 or 984837. OLE color: 984837.

HSL color Cylindrical-coordinate representation of color #05070F: hue angle of 228º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #05070F is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB5715-
CMYK0.670.5300.94
HSL228º50%3.92%-
HSV(B)228º66.67%5.88%-
XYZ0.220.220.48-
YUV7.31132.34126.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 18.52%
GREEN value IS 7 (3.12% from 255) = 25.93%
BLUE value IS 15 (6.25% from 255) = 55.56%
R=18.52%
G=25.93%
B=55.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal57150.670.5300.94228503.92
Hex57F433505Ee4324
Octal5717103650136344624
Binary101111111110000111101010101111011100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05070F; }

 p { color: rgb(5,7,15); }

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

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

 a { background-color: rgb(5,7,15); }

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

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

 span { border-color: rgb(5,7,15); }

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