#030C1F

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

Shades of Black Russian #030C1F

Tints of Black Russian #030C1F

Color information

#030C1F (or 0x030C1F) is unknown color: approx Black Russian. HEX triplet: 03, 0C and 1F. RGB value is (3,12,31). Sum of RGB (Red+Green+Blue) = 3+12+31=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #030C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C1F is #FCF3E0. Grayscale: #0B0B0B. Windows color (decimal): -16577505 or 2034691. OLE color: 2034691.

HSL color Cylindrical-coordinate representation of color #030C1F: hue angle of 220.71º 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 #030C1F is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB31231-
CMYK0.900.6100.88
HSL220.71º82.35%6.67%-
HSV(B)220.71º90.32%12.16%-
XYZ0.420.381.35-
YUV11.48139.02121.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.52%
GREEN value IS 12 (5.08% from 255) = 26.09%
BLUE value IS 31 (12.5% from 255) = 67.39%
R=6.52%
G=26.09%
B=67.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal312310.900.6100.88220.7182.356.67
Hex3C1F5A3D058dd527
Octal314371327501303351227
Binary11110011111101101011110101011000110111011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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