#060230

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

Shades of Black Russian #060230

Tints of Black Russian #060230

Color information

#060230 (or 0x060230) is unknown color: approx Black Russian. HEX triplet: 06, 02 and 30. RGB value is (6,2,48). Sum of RGB (Red+Green+Blue) = 6+2+48=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 48 (19.14% from 255 or 85.71% from 56); Max value from RGB is 48 - color contains mainly: blue. Hex color #060230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060230 is #F9FDCF. Grayscale: #080808. Windows color (decimal): -16383440 or 3146246. OLE color: 3146246.

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

Color convert

RGB6248-
CMYK0.870.9600.81
HSL245.22º92%9.8%-
HSV(B)245.22º95.83%18.82%-
XYZ0.630.32.82-
YUV8.44150.33126.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 2 (1.17% from 255) = 3.57%
BLUE value IS 48 (19.14% from 255) = 85.71%
R=10.71%
G=3.57%
B=85.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal62480.870.9600.81245.22929.8
Hex62305760051f55ca
Octal6260127140012136513412
Binary1101011000010101111100000010100011111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060230; }

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

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

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

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

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

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

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

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