#010530

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

Shades of Black Russian #010530

Tints of Black Russian #010530

Color information

#010530 (or 0x010530) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 30. RGB value is (1,5,48). Sum of RGB (Red+Green+Blue) = 1+5+48=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 48 (19.14% from 255 or 88.89% from 54); Max value from RGB is 48 - color contains mainly: blue. Hex color #010530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010530 is #FEFACF. Grayscale: #080808. Windows color (decimal): -16710352 or 3147009. OLE color: 3147009.

HSL color Cylindrical-coordinate representation of color #010530: hue angle of 234.89º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010530 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB1548-
CMYK0.980.9000.81
HSL234.89º95.92%9.61%-
HSV(B)234.89º97.92%18.82%-
XYZ0.60.332.83-
YUV8.71150.17122.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 48 (19.14% from 255) = 88.89%
R=1.85%
G=9.26%
B=88.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal15480.980.9000.81234.8995.929.61
Hex1530625A051eb60a
Octal1560142132012135314012
Binary110111000011000101011010010100011110101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010530; }

 p { color: rgb(1,5,48); }

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

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

 a { background-color: rgb(1,5,48); }

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

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

 span { border-color: rgb(1,5,48); }

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