#020727

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

Shades of Black Russian #020727

Tints of Black Russian #020727

Color information

#020727 (or 0x020727) is unknown color: approx Black Russian. HEX triplet: 02, 07 and 27. RGB value is (2,7,39). Sum of RGB (Red+Green+Blue) = 2+7+39=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 39 (15.62% from 255 or 81.25% from 48); Max value from RGB is 39 - color contains mainly: blue. Hex color #020727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020727 is #FDF8D8. Grayscale: #090909. Windows color (decimal): -16644313 or 2557698. OLE color: 2557698.

HSL color Cylindrical-coordinate representation of color #020727: hue angle of 231.89º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020727 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB2739-
CMYK0.950.8200.85
HSL231.89º90.24%8.04%-
HSV(B)231.89º94.87%15.29%-
XYZ0.470.311.95-
YUV9.15144.84122.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.17%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 39 (15.62% from 255) = 81.25%
R=4.17%
G=14.58%
B=81.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal27390.950.8200.85231.8990.248.04
Hex27275F52055e85a8
Octal2747137122012535013210
Binary1011110011110111111010010010101011110100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020727; }

 p { color: rgb(2,7,39); }

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

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

 a { background-color: rgb(2,7,39); }

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

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

 span { border-color: rgb(2,7,39); }

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