#010C27

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

Shades of Black Russian #010C27

Tints of Black Russian #010C27

Color information

#010C27 (or 0x010C27) is unknown color: approx Black Russian. HEX triplet: 01, 0C and 27. RGB value is (1,12,39). Sum of RGB (Red+Green+Blue) = 1+12+39=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 39 (15.62% from 255 or 75% from 52); Max value from RGB is 39 - color contains mainly: blue. Hex color #010C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C27 is #FEF3D8. Grayscale: #0B0B0B. Windows color (decimal): -16708569 or 2558977. OLE color: 2558977.

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

Color convert

RGB11239-
CMYK0.970.6900.85
HSL222.63º95%7.84%-
HSV(B)222.63º97.44%15.29%-
XYZ0.510.421.97-
YUV11.79143.36120.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.92%
GREEN value IS 12 (5.08% from 255) = 23.08%
BLUE value IS 39 (15.62% from 255) = 75%
R=1.92%
G=23.08%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal112390.970.6900.85222.63957.84
Hex1C276145055df5f8
Octal11447141105012533713710
Binary1110010011111000011000101010101011101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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