#01082D

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

Shades of Black Russian #01082D

Tints of Black Russian #01082D

Color information

#01082D (or 0x01082D) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 2D. RGB value is (1,8,45). Sum of RGB (Red+Green+Blue) = 1+8+45=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 45 (17.97% from 255 or 83.33% from 54); Max value from RGB is 45 - color contains mainly: blue. Hex color #01082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01082D is #FEF7D2. Grayscale: #090909. Windows color (decimal): -16709587 or 2951169. OLE color: 2951169.

HSL color Cylindrical-coordinate representation of color #01082D: hue angle of 230.45º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01082D is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB1845-
CMYK0.980.8200.82
HSL230.45º95.65%9.02%-
HSV(B)230.45º97.78%17.65%-
XYZ0.570.372.52-
YUV10.12147.68121.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 8 (3.52% from 255) = 14.81%
BLUE value IS 45 (17.97% from 255) = 83.33%
R=1.85%
G=14.81%
B=83.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal18450.980.8200.82230.4595.659.02
Hex182D6252052e6609
Octal11055142122012234614011
Binary1100010110111000101010010010100101110011011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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