#010A2C

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

Shades of Black Russian #010A2C

Tints of Black Russian #010A2C

Color information

#010A2C (or 0x010A2C) is unknown color: approx Black Russian. HEX triplet: 01, 0A and 2C. RGB value is (1,10,44). Sum of RGB (Red+Green+Blue) = 1+10+44=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 44 (17.58% from 255 or 80% from 55); Max value from RGB is 44 - color contains mainly: blue. Hex color #010A2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A2C is #FEF5D3. Grayscale: #0B0B0B. Windows color (decimal): -16709076 or 2886145. OLE color: 2886145.

HSL color Cylindrical-coordinate representation of color #010A2C: hue angle of 227.44º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010A2C is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB11044-
CMYK0.980.7700.83
HSL227.44º95.56%8.82%-
HSV(B)227.44º97.73%17.25%-
XYZ0.580.412.43-
YUV11.18146.52120.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 10 (4.30% from 255) = 18.18%
BLUE value IS 44 (17.58% from 255) = 80%
R=1.82%
G=18.18%
B=80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal110440.980.7700.83227.4495.568.82
Hex1A2C624D053e3609
Octal11254142115012334314011
Binary1101010110011000101001101010100111110001111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,10,44); }

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

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

 a { background-color: rgb(1,10,44); }

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

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

 span { border-color: rgb(1,10,44); }

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