#080127

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

Shades of Black Russian #080127

Tints of Black Russian #080127

Color information

#080127 (or 0x080127) is unknown color: approx Black Russian. HEX triplet: 08, 01 and 27. RGB value is (8,1,39). Sum of RGB (Red+Green+Blue) = 8+1+39=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 39 (15.62% from 255 or 81.25% from 48); Max value from RGB is 39 - color contains mainly: blue. Hex color #080127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080127 is #F7FED8. Grayscale: #070707. Windows color (decimal): -16252633 or 2556168. OLE color: 2556168.

HSL color Cylindrical-coordinate representation of color #080127: hue angle of 251.05º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080127 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB8139-
CMYK0.790.9700.85
HSL251.05º95%7.84%-
HSV(B)251.05º97.44%15.29%-
XYZ0.480.221.94-
YUV7.42145.82128.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 39 (15.62% from 255) = 81.25%
R=16.67%
G=2.08%
B=81.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal81390.790.9700.85251.05957.84
Hex81274F61055fb5f8
Octal10147117141012537313710
Binary1000110011110011111100001010101011111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080127; }

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

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

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

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

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

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

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

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