#030230

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

Shades of Black Russian #030230

Tints of Black Russian #030230

Color information

#030230 (or 0x030230) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 30. RGB value is (3,2,48). Sum of RGB (Red+Green+Blue) = 3+2+48=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 48 (19.14% from 255 or 90.57% from 53); Max value from RGB is 48 - color contains mainly: blue. Hex color #030230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030230 is #FCFDCF. Grayscale: #070707. Windows color (decimal): -16580048 or 3146243. OLE color: 3146243.

HSL color Cylindrical-coordinate representation of color #030230: hue angle of 241.3º 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 #030230 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB3248-
CMYK0.940.9600.81
HSL241.3º92%9.8%-
HSV(B)241.3º95.83%18.82%-
XYZ0.590.282.82-
YUV7.54150.83124.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 48 (19.14% from 255) = 90.57%
R=5.66%
G=3.77%
B=90.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal32480.940.9600.81241.3929.8
Hex32305E60051f15ca
Octal3260136140012136113412
Binary111011000010111101100000010100011111000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030230; }

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

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

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

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

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

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

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

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