#0A042D

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

Shades of Black Russian #0A042D

Tints of Black Russian #0A042D

Color information

#0A042D (or 0x0A042D) is unknown color: approx Black Russian. HEX triplet: 0A, 04 and 2D. RGB value is (10,4,45). Sum of RGB (Red+Green+Blue) = 10+4+45=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 45 (17.97% from 255 or 76.27% from 59); Max value from RGB is 45 - color contains mainly: blue. Hex color #0A042D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A042D is #F5FBD2. Grayscale: #0A0A0A. Windows color (decimal): -16120787 or 2950154. OLE color: 2950154.

HSL color Cylindrical-coordinate representation of color #0A042D: hue angle of 248.78º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A042D is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB10445-
CMYK0.780.9100.82
HSL248.78º83.67%9.61%-
HSV(B)248.78º91.11%17.65%-
XYZ0.640.342.51-
YUV10.47147.49127.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.95%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 45 (17.97% from 255) = 76.27%
R=16.95%
G=6.78%
B=76.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal104450.780.9100.82248.7883.679.61
HexA42D4E5B052f954a
Octal12455116133012237112412
Binary101010010110110011101011011010100101111100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A042D; }

 p { color: rgb(10,4,45); }

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

<style>
 a { background-color: #0A042D; }

 a { background-color: rgb(10,4,45); }

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

<style>
 span { border-color: #0A042D; }

 span { border-color: rgb(10,4,45); }

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