#03050F

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

Shades of Black Russian #03050F

Tints of Black Russian #03050F

Color information

#03050F (or 0x03050F) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 0F. RGB value is (3,5,15). Sum of RGB (Red+Green+Blue) = 3+5+15=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 15 (6.25% from 255 or 65.22% from 23); Max value from RGB is 15 - color contains mainly: blue. Hex color #03050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03050F is #FCFAF0. Grayscale: #050505. Windows color (decimal): -16579313 or 984323. OLE color: 984323.

HSL color Cylindrical-coordinate representation of color #03050F: hue angle of 230º 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 #03050F is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB3515-
CMYK0.800.6700.94
HSL230º66.67%3.53%-
HSV(B)230º80%5.88%-
XYZ0.180.160.47-
YUV5.54133.34126.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 5 (2.34% from 255) = 21.74%
BLUE value IS 15 (6.25% from 255) = 65.22%
R=13.04%
G=21.74%
B=65.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal35150.800.6700.9423066.673.53
Hex35F504305Ee6434
Octal351712010301363461034
Binary1110111111010000100001101011110111001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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