#080427

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

Shades of Black Russian #080427

Tints of Black Russian #080427

Color information

#080427 (or 0x080427) is unknown color: approx Black Russian. HEX triplet: 08, 04 and 27. RGB value is (8,4,39). Sum of RGB (Red+Green+Blue) = 8+4+39=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 39 (15.62% from 255 or 76.47% from 51); Max value from RGB is 39 - color contains mainly: blue. Hex color #080427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080427 is #F7FBD8. Grayscale: #090909. Windows color (decimal): -16251865 or 2556936. OLE color: 2556936.

HSL color Cylindrical-coordinate representation of color #080427: hue angle of 246.86º 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 #080427 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB8439-
CMYK0.790.9000.85
HSL246.86º81.4%8.43%-
HSV(B)246.86º89.74%15.29%-
XYZ0.510.281.95-
YUV9.19144.83127.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.69%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 39 (15.62% from 255) = 76.47%
R=15.69%
G=7.84%
B=76.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal84390.790.9000.85246.8681.48.43
Hex84274F5A055f7518
Octal10447117132012536712110
Binary100010010011110011111011010010101011111011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080427; }

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

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

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

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

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

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

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

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