#030B2C

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

Shades of Black Russian #030B2C

Tints of Black Russian #030B2C

Color information

#030B2C (or 0x030B2C) is unknown color: approx Black Russian. HEX triplet: 03, 0B and 2C. RGB value is (3,11,44). Sum of RGB (Red+Green+Blue) = 3+11+44=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 44 (17.58% from 255 or 75.86% from 58); Max value from RGB is 44 - color contains mainly: blue. Hex color #030B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B2C is #FCF4D3. Grayscale: #0C0C0C. Windows color (decimal): -16577748 or 2886403. OLE color: 2886403.

HSL color Cylindrical-coordinate representation of color #030B2C: hue angle of 228.29º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030B2C is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB31144-
CMYK0.930.7500.83
HSL228.29º87.23%9.22%-
HSV(B)228.29º93.18%17.25%-
XYZ0.610.442.44-
YUV12.37145.85121.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.17%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 44 (17.58% from 255) = 75.86%
R=5.17%
G=18.97%
B=75.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal311440.930.7500.83228.2987.239.22
Hex3B2C5D4B053e4579
Octal31354135113012334412711
Binary11101110110010111011001011010100111110010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,11,44); }

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

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

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

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

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

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

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