#030207

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

Shades of Black Russian #030207

Tints of Black Russian #030207

Color information

#030207 (or 0x030207) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 07. RGB value is (3,2,7). Sum of RGB (Red+Green+Blue) = 3+2+7=12 (1% of max value = 765). Red value is 3 (1.56% from 255 or 25% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 7 (3.12% from 255 or 58.33% from 12); Max value from RGB is 7 - color contains mainly: blue. Hex color #030207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030207 is #FCFDF8. Grayscale: #020202. Windows color (decimal): -16580089 or 459267. OLE color: 459267.

HSL color Cylindrical-coordinate representation of color #030207: hue angle of 252º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #030207 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB327-
CMYK0.570.7100.97
HSL252º55.56%1.76%-
HSV(B)252º71.43%2.75%-
XYZ0.10.080.21-
YUV2.87130.33128.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 25%
GREEN value IS 2 (1.17% from 255) = 16.67%
BLUE value IS 7 (3.12% from 255) = 58.33%
R=25%
G=16.67%
B=58.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3270.570.7100.9725255.561.76
Hex3273947061fc382
Octal327711070141374702
Binary11101111110011000111011000011111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030207; }

 p { color: rgb(3,2,7); }

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

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

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

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

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

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

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