#000130

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

Shades of Black Russian #000130

Tints of Black Russian #000130

Color information

#000130 (or 0x000130) is unknown color: approx Black Russian. HEX triplet: 00, 01 and 30. RGB value is (0,1,48). Sum of RGB (Red+Green+Blue) = 0+1+48=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 48 (19.14% from 255 or 97.96% from 49); Max value from RGB is 48 - color contains mainly: blue. Hex color #000130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000130 is #FFFECF. Grayscale: #050505. Windows color (decimal): -16776912 or 3145984. OLE color: 3145984.

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

Color convert

RGB0148-
CMYK10.9800.81
HSL238.75º100%9.41%-
HSV(B)238.75º100%18.82%-
XYZ0.540.242.81-
YUV6.06151.67123.68-

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.04%
BLUE value IS 48 (19.14% from 255) = 97.96%
R=0%
G=2.04%
B=97.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal014810.9800.81238.751009.41
Hex01306462051ef649
Octal0160144142012135714411
Binary0111000011001001100010010100011110111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000130; }

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

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

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

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

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

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

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

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