#03030F

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

Shades of Black Russian #03030F

Tints of Black Russian #03030F

Color information

#03030F (or 0x03030F) is unknown color: approx Black Russian. HEX triplet: 03, 03 and 0F. RGB value is (3,3,15). Sum of RGB (Red+Green+Blue) = 3+3+15=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 15 (6.25% from 255 or 71.43% from 21); Max value from RGB is 15 - color contains mainly: blue. Hex color #03030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03030F is #FCFCF0. Grayscale: #040404. Windows color (decimal): -16579825 or 983811. OLE color: 983811.

HSL color Cylindrical-coordinate representation of color #03030F: hue angle of 240º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #03030F is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB3315-
CMYK0.800.8000.94
HSL240º66.67%3.53%-
HSV(B)240º80%5.88%-
XYZ0.160.120.47-
YUV4.37134127.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 14.29%
GREEN value IS 3 (1.56% from 255) = 14.29%
BLUE value IS 15 (6.25% from 255) = 71.43%
R=14.29%
G=14.29%
B=71.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal33150.800.8000.9424066.673.53
Hex33F505005Ef0434
Octal331712012001363601034
Binary111111111010000101000001011110111100001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03030F; }

 p { color: rgb(3,3,15); }

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

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

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

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

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

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

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