#00031C

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

Shades of Black Russian #00031C

Tints of Black Russian #00031C

Color information

#00031C (or 0x00031C) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 1C. RGB value is (0,3,28). Sum of RGB (Red+Green+Blue) = 0+3+28=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 28 (11.33% from 255 or 90.32% from 31); Max value from RGB is 28 - color contains mainly: blue. Hex color #00031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00031C is #FFFCE3. Grayscale: #040404. Windows color (decimal): -16776420 or 1835776. OLE color: 1835776.

HSL color Cylindrical-coordinate representation of color #00031C: hue angle of 233.57º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00031C is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB0328-
CMYK10.8900.89
HSL233.57º100%5.49%-
HSV(B)233.57º100%10.98%-
XYZ0.240.151.11-
YUV4.95141.01124.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 9.68%
BLUE value IS 28 (11.33% from 255) = 90.32%
R=0%
G=9.68%
B=90.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal032810.8900.89233.571005.49
Hex031C6459059ea645
Octal033414413101313521445
Binary011111001100100101100101011001111010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00031C; }

 p { color: rgb(0,3,28); }

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

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

 a { background-color: rgb(0,3,28); }

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

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

 span { border-color: rgb(0,3,28); }

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