#030B20

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

Shades of Black Russian #030B20

Tints of Black Russian #030B20

Color information

#030B20 (or 0x030B20) is unknown color: approx Black Russian. HEX triplet: 03, 0B and 20. RGB value is (3,11,32). Sum of RGB (Red+Green+Blue) = 3+11+32=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 32 (12.89% from 255 or 69.57% from 46); Max value from RGB is 32 - color contains mainly: blue. Hex color #030B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B20 is #FCF4DF. Grayscale: #0A0A0A. Windows color (decimal): -16577760 or 2099971. OLE color: 2099971.

HSL color Cylindrical-coordinate representation of color #030B20: hue angle of 223.45º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #030B20 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB31132-
CMYK0.910.6600.87
HSL223.45º82.86%6.86%-
HSV(B)223.45º90.62%12.55%-
XYZ0.420.361.41-
YUV11139.85122.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.52%
GREEN value IS 11 (4.69% from 255) = 23.91%
BLUE value IS 32 (12.89% from 255) = 69.57%
R=6.52%
G=23.91%
B=69.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal311320.910.6600.87223.4582.866.86
Hex3B205B42057df537
Octal3134013310201273371237
Binary1110111000001011011100001001010111110111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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