#05030A

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

Shades of Black Russian #05030A

Tints of Black Russian #05030A

Color information

#05030A (or 0x05030A) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 0A. RGB value is (5,3,10). Sum of RGB (Red+Green+Blue) = 5+3+10=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #05030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05030A is #FAFCF5. Grayscale: #040404. Windows color (decimal): -16448758 or 656133. OLE color: 656133.

HSL color Cylindrical-coordinate representation of color #05030A: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #05030A is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB5310-
CMYK0.500.7000.96
HSL257.14º53.85%2.55%-
HSV(B)257.14º70%3.92%-
XYZ0.150.120.3-
YUV4.4131.16128.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 27.78%
GREEN value IS 3 (1.56% from 255) = 16.67%
BLUE value IS 10 (4.30% from 255) = 55.56%
R=27.78%
G=16.67%
B=55.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal53100.500.7000.96257.1453.852.55
Hex53A3246060101363
Octal5312621060140401663
Binary10111101011001010001100110000010000000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05030A; }

 p { color: rgb(5,3,10); }

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

<style>
 a { background-color: #05030A; }

 a { background-color: rgb(5,3,10); }

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

<style>
 span { border-color: #05030A; }

 span { border-color: rgb(5,3,10); }

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