#030D1F

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

Shades of Black Russian #030D1F

Tints of Black Russian #030D1F

Color information

#030D1F (or 0x030D1F) is unknown color: approx Black Russian. HEX triplet: 03, 0D and 1F. RGB value is (3,13,31). Sum of RGB (Red+Green+Blue) = 3+13+31=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #030D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D1F is #FCF2E0. Grayscale: #0B0B0B. Windows color (decimal): -16577249 or 2034947. OLE color: 2034947.

HSL color Cylindrical-coordinate representation of color #030D1F: hue angle of 218.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030D1F is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB31331-
CMYK0.900.5800.88
HSL218.57º82.35%6.67%-
HSV(B)218.57º90.32%12.16%-
XYZ0.430.411.35-
YUV12.06138.69121.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 13 (5.47% from 255) = 27.66%
BLUE value IS 31 (12.5% from 255) = 65.96%
R=6.38%
G=27.66%
B=65.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal313310.900.5800.88218.5782.356.67
Hex3D1F5A3A058db527
Octal315371327201303331227
Binary11110111111101101011101001011000110110111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030D1F; }

 p { color: rgb(3,13,31); }

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

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

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

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

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

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

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