#01082C

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

Shades of Black Russian #01082C

Tints of Black Russian #01082C

Color information

#01082C (or 0x01082C) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 2C. RGB value is (1,8,44). Sum of RGB (Red+Green+Blue) = 1+8+44=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 44 (17.58% from 255 or 83.02% from 53); Max value from RGB is 44 - color contains mainly: blue. Hex color #01082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01082C is #FEF7D3. Grayscale: #090909. Windows color (decimal): -16709588 or 2885633. OLE color: 2885633.

HSL color Cylindrical-coordinate representation of color #01082C: hue angle of 230.23º 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 #01082C is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB1844-
CMYK0.980.8200.83
HSL230.23º95.56%8.82%-
HSV(B)230.23º97.73%17.25%-
XYZ0.550.362.42-
YUV10.01147.18121.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 44 (17.58% from 255) = 83.02%
R=1.89%
G=15.09%
B=83.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal18440.980.8200.83230.2395.568.82
Hex182C6252053e6609
Octal11054142122012334614011
Binary1100010110011000101010010010100111110011011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01082C; }

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

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

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

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

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

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

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

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