#01042A

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

Shades of Black Russian #01042A

Tints of Black Russian #01042A

Color information

#01042A (or 0x01042A) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 2A. RGB value is (1,4,42). Sum of RGB (Red+Green+Blue) = 1+4+42=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 42 (16.80% from 255 or 89.36% from 47); Max value from RGB is 42 - color contains mainly: blue. Hex color #01042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01042A is #FEFBD5. Grayscale: #070707. Windows color (decimal): -16710614 or 2753537. OLE color: 2753537.

HSL color Cylindrical-coordinate representation of color #01042A: hue angle of 235.61º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01042A is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB1442-
CMYK0.980.9000.84
HSL235.61º95.35%8.43%-
HSV(B)235.61º97.62%16.47%-
XYZ0.470.262.22-
YUV7.44147.51123.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 42 (16.80% from 255) = 89.36%
R=2.13%
G=8.51%
B=89.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal14420.980.9000.84235.6195.358.43
Hex142A625A054ec5f8
Octal1452142132012435413710
Binary110010101011000101011010010101001110110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01042A; }

 p { color: rgb(1,4,42); }

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

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

 a { background-color: rgb(1,4,42); }

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

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

 span { border-color: rgb(1,4,42); }

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