#020427

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

Shades of Black Russian #020427

Tints of Black Russian #020427

Color information

#020427 (or 0x020427) is unknown color: approx Black Russian. HEX triplet: 02, 04 and 27. RGB value is (2,4,39). Sum of RGB (Red+Green+Blue) = 2+4+39=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 39 (15.62% from 255 or 86.67% from 45); Max value from RGB is 39 - color contains mainly: blue. Hex color #020427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020427 is #FDFBD8. Grayscale: #070707. Windows color (decimal): -16645081 or 2556930. OLE color: 2556930.

HSL color Cylindrical-coordinate representation of color #020427: hue angle of 236.76º 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 #020427 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB2439-
CMYK0.950.9000.85
HSL236.76º90.24%8.04%-
HSV(B)236.76º94.87%15.29%-
XYZ0.430.251.94-
YUV7.39145.84124.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.44%
GREEN value IS 4 (1.95% from 255) = 8.89%
BLUE value IS 39 (15.62% from 255) = 86.67%
R=4.44%
G=8.89%
B=86.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal24390.950.9000.85236.7690.248.04
Hex24275F5A055ed5a8
Octal2447137132012535513210
Binary1010010011110111111011010010101011110110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020427; }

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

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

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

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

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

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

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

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