#07010B

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

Shades of Blackcurrant #07010B

Tints of Blackcurrant #07010B

Color information

#07010B (or 0x07010B) is unknown color: approx Blackcurrant. HEX triplet: 07, 01 and 0B. RGB value is (7,1,11). Sum of RGB (Red+Green+Blue) = 7+1+11=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #07010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07010B is #F8FEF4. Grayscale: #030303. Windows color (decimal): -16318197 or 721159. OLE color: 721159.

HSL color Cylindrical-coordinate representation of color #07010B: hue angle of 276º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07010B is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB7111-
CMYK0.360.9100.96
HSL276º83.33%2.35%-
HSV(B)276º90.91%4.31%-
XYZ0.160.090.33-
YUV3.93131.99130.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 36.84%
GREEN value IS 1 (0.78% from 255) = 5.26%
BLUE value IS 11 (4.69% from 255) = 57.89%
R=36.84%
G=5.26%
B=57.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal71110.360.9100.9627683.332.35
Hex71B245B060114532
Octal71134413301404241232
Binary11111011100100101101101100000100010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07010B; }

 p { color: rgb(7,1,11); }

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

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

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

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

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

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

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