#070733

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

Shades of Black Russian #070733

Tints of Black Russian #070733

Color information

#070733 (or 0x070733) is unknown color: approx Black Russian. HEX triplet: 07, 07 and 33. RGB value is (7,7,51). Sum of RGB (Red+Green+Blue) = 7+7+51=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 51 (20.31% from 255 or 78.46% from 65); Max value from RGB is 51 - color contains mainly: blue. Hex color #070733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070733 is #F8F8CC. Grayscale: #0B0B0B. Windows color (decimal): -16316621 or 3344135. OLE color: 3344135.

HSL color Cylindrical-coordinate representation of color #070733: hue angle of 240º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070733 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB7751-
CMYK0.860.8600.8
HSL240º75.86%11.37%-
HSV(B)240º86.27%20%-
XYZ0.760.443.18-
YUV12.02150124.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 51 (20.31% from 255) = 78.46%
R=10.77%
G=10.77%
B=78.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal77510.860.8600.824075.8611.37
Hex77335656050f04cb
Octal7763126126012036011413
Binary11111111001110101101010110010100001111000010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070733; }

 p { color: rgb(7,7,51); }

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

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

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

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

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

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

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