#07001C

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

Shades of Black Russian #07001C

Tints of Black Russian #07001C

Color information

#07001C (or 0x07001C) is unknown color: approx Black Russian. HEX triplet: 07, 00 and 1C. RGB value is (7,0,28). Sum of RGB (Red+Green+Blue) = 7+0+28=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 28 (11.33% from 255 or 80% from 35); Max value from RGB is 28 - color contains mainly: blue. Hex color #07001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07001C is #F8FFE3. Grayscale: #050505. Windows color (decimal): -16318436 or 1835015. OLE color: 1835015.

HSL color Cylindrical-coordinate representation of color #07001C: hue angle of 255º 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 #07001C is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB7028-
CMYK0.75100.89
HSL255º100%5.49%-
HSV(B)255º100%10.98%-
XYZ0.30.131.11-
YUV5.28140.82129.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 80%
R=20%
G=0%
B=80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal70280.75100.892551005.49
Hex701C4B64059ff645
Octal703411314401313771445
Binary1110111001001011110010001011001111111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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