#0A041C

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

Shades of Black Russian #0A041C

Tints of Black Russian #0A041C

Color information

#0A041C (or 0x0A041C) is unknown color: approx Black Russian. HEX triplet: 0A, 04 and 1C. RGB value is (10,4,28). Sum of RGB (Red+Green+Blue) = 10+4+28=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A041C is #F5FBE3. Grayscale: #080808. Windows color (decimal): -16120804 or 1836042. OLE color: 1836042.

HSL color Cylindrical-coordinate representation of color #0A041C: hue angle of 255º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A041C is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB10428-
CMYK0.640.8600.89
HSL255º75%6.27%-
HSV(B)255º85.71%10.98%-
XYZ0.380.241.12-
YUV8.53138.99129.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.81%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 28 (11.33% from 255) = 66.67%
R=23.81%
G=9.52%
B=66.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal104280.640.8600.89255756.27
HexA41C4056059ff4b6
Octal1243410012601313771136
Binary1010100111001000000101011001011001111111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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