#070308

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

Shades of Blackcurrant #070308

Tints of Blackcurrant #070308

Color information

#070308 (or 0x070308) is unknown color: approx Blackcurrant. HEX triplet: 07, 03 and 08. RGB value is (7,3,8). Sum of RGB (Red+Green+Blue) = 7+3+8=18 (2% of max value = 765). Red value is 7 (3.12% from 255 or 38.89% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 8 - color contains mainly: blue. Hex color #070308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070308 is #F8FCF7. Grayscale: #040404. Windows color (decimal): -16317688 or 525063. OLE color: 525063.

HSL color Cylindrical-coordinate representation of color #070308: hue angle of 288º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #070308 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB738-
CMYK0.130.6300.97
HSL288º45.45%2.16%-
HSV(B)288º62.5%3.14%-
XYZ0.160.130.25-
YUV4.77129.83129.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 38.89%
GREEN value IS 3 (1.56% from 255) = 16.67%
BLUE value IS 8 (3.52% from 255) = 44.44%
R=38.89%
G=16.67%
B=44.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal7380.130.6300.9728845.452.16
Hex738D3F0611202d2
Octal731015770141440552
Binary11111100011011111110110000110010000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070308; }

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

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

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

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

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

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

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

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