#010E27

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

Shades of Black Russian #010E27

Tints of Black Russian #010E27

Color information

#010E27 (or 0x010E27) is unknown color: approx Black Russian. HEX triplet: 01, 0E and 27. RGB value is (1,14,39). Sum of RGB (Red+Green+Blue) = 1+14+39=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 39 (15.62% from 255 or 72.22% from 54); Max value from RGB is 39 - color contains mainly: blue. Hex color #010E27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E27 is #FEF1D8. Grayscale: #0C0C0C. Windows color (decimal): -16708057 or 2559489. OLE color: 2559489.

HSL color Cylindrical-coordinate representation of color #010E27: hue angle of 219.47º 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 #010E27 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB11439-
CMYK0.970.6400.85
HSL219.47º95%7.84%-
HSV(B)219.47º97.44%15.29%-
XYZ0.540.471.98-
YUV12.96142.69119.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 39 (15.62% from 255) = 72.22%
R=1.85%
G=25.93%
B=72.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal114390.970.6400.85219.47957.84
Hex1E276140055db5f8
Octal11647141100012533313710
Binary1111010011111000011000000010101011101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010E27; }

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

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

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

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

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

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

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

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