#00012F

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

Shades of Black Russian #00012F

Tints of Black Russian #00012F

Color information

#00012F (or 0x00012F) is unknown color: approx Black Russian. HEX triplet: 00, 01 and 2F. RGB value is (0,1,47). Sum of RGB (Red+Green+Blue) = 0+1+47=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 47 (18.75% from 255 or 97.92% from 48); Max value from RGB is 47 - color contains mainly: blue. Hex color #00012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00012F is #FFFED0. Grayscale: #050505. Windows color (decimal): -16776913 or 3080448. OLE color: 3080448.

HSL color Cylindrical-coordinate representation of color #00012F: hue angle of 238.72º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00012F is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB0147-
CMYK10.9800.82
HSL238.72º100%9.22%-
HSV(B)238.72º100%18.43%-
XYZ0.520.232.71-
YUV5.94151.17123.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 47 (18.75% from 255) = 97.92%
R=0%
G=2.08%
B=97.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal014710.9800.82238.721009.22
Hex012F6462052ef649
Octal0157144142012235714411
Binary0110111111001001100010010100101110111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00012F; }

 p { color: rgb(0,1,47); }

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

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

 a { background-color: rgb(0,1,47); }

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

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

 span { border-color: rgb(0,1,47); }

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