#060330

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

Shades of Black Russian #060330

Tints of Black Russian #060330

Color information

#060330 (or 0x060330) is unknown color: approx Black Russian. HEX triplet: 06, 03 and 30. RGB value is (6,3,48). Sum of RGB (Red+Green+Blue) = 6+3+48=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 48 (19.14% from 255 or 84.21% from 57); Max value from RGB is 48 - color contains mainly: blue. Hex color #060330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060330 is #F9FCCF. Grayscale: #080808. Windows color (decimal): -16383184 or 3146502. OLE color: 3146502.

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

Color convert

RGB6348-
CMYK0.870.9400.81
HSL244º88.24%10%-
HSV(B)244º93.75%18.82%-
XYZ0.640.322.82-
YUV9.03149.99125.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.53%
GREEN value IS 3 (1.56% from 255) = 5.26%
BLUE value IS 48 (19.14% from 255) = 84.21%
R=10.53%
G=5.26%
B=84.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal63480.870.9400.8124488.2410
Hex6330575E051f458a
Octal6360127136012136413012
Binary1101111000010101111011110010100011111010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060330; }

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

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

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

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

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

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

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

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