#060030

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

Shades of Black Russian #060030

Tints of Black Russian #060030

Color information

#060030 (or 0x060030) is unknown color: approx Black Russian. HEX triplet: 06, 00 and 30. RGB value is (6,0,48). Sum of RGB (Red+Green+Blue) = 6+0+48=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 0 (0.39% from 255 or 0% 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 #060030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060030 is #F9FFCF. Grayscale: #070707. Windows color (decimal): -16383952 or 3145734. OLE color: 3145734.

HSL color Cylindrical-coordinate representation of color #060030: hue angle of 247.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060030 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB6048-
CMYK0.87100.81
HSL247.5º100%9.41%-
HSV(B)247.5º100%18.82%-
XYZ0.610.252.81-
YUV7.27150.99127.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 88.89%
R=11.11%
G=0%
B=88.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal60480.87100.81247.51009.41
Hex60305764051f8649
Octal6060127144012137014411
Binary110011000010101111100100010100011111100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060030; }

 p { color: rgb(6,0,48); }

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

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

 a { background-color: rgb(6,0,48); }

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

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

 span { border-color: rgb(6,0,48); }

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