#070427

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

Shades of Black Russian #070427

Tints of Black Russian #070427

Color information

#070427 (or 0x070427) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 27. RGB value is (7,4,39). Sum of RGB (Red+Green+Blue) = 7+4+39=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 39 (15.62% from 255 or 78% from 50); Max value from RGB is 39 - color contains mainly: blue. Hex color #070427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070427 is #F8FBD8. Grayscale: #080808. Windows color (decimal): -16317401 or 2556935. OLE color: 2556935.

HSL color Cylindrical-coordinate representation of color #070427: hue angle of 245.14º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070427 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB7439-
CMYK0.820.9000.85
HSL245.14º81.4%8.43%-
HSV(B)245.14º89.74%15.29%-
XYZ0.50.281.95-
YUV8.89144.99126.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14%
GREEN value IS 4 (1.95% from 255) = 8%
BLUE value IS 39 (15.62% from 255) = 78%
R=14%
G=8%
B=78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal74390.820.9000.85245.1481.48.43
Hex7427525A055f5518
Octal7447122132012536512110
Binary11110010011110100101011010010101011111010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070427; }

 p { color: rgb(7,4,39); }

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

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

 a { background-color: rgb(7,4,39); }

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

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

 span { border-color: rgb(7,4,39); }

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