#07002F

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

Shades of Black Russian #07002F

Tints of Black Russian #07002F

Color information

#07002F (or 0x07002F) is unknown color: approx Black Russian. HEX triplet: 07, 00 and 2F. RGB value is (7,0,47). Sum of RGB (Red+Green+Blue) = 7+0+47=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 47 (18.75% from 255 or 87.04% from 54); Max value from RGB is 47 - color contains mainly: blue. Hex color #07002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07002F is #F8FFD0. Grayscale: #070707. Windows color (decimal): -16318417 or 3080199. OLE color: 3080199.

HSL color Cylindrical-coordinate representation of color #07002F: hue angle of 248.94º 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 #07002F is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB7047-
CMYK0.85100.82
HSL248.94º100%9.22%-
HSV(B)248.94º100%18.43%-
XYZ0.60.252.71-
YUV7.45150.32127.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 87.04%
R=12.96%
G=0%
B=87.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal70470.85100.82248.941009.22
Hex702F5564052f9649
Octal7057125144012237114411
Binary111010111110101011100100010100101111100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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