#0B070D

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

Shades of Blackcurrant #0B070D

Tints of Blackcurrant #0B070D

Color information

#0B070D (or 0x0B070D) is unknown color: approx Blackcurrant. HEX triplet: 0B, 07 and 0D. RGB value is (11,7,13). Sum of RGB (Red+Green+Blue) = 11+7+13=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B070D is #F4F8F2. Grayscale: #080808. Windows color (decimal): -16054515 or 853771. OLE color: 853771.

HSL color Cylindrical-coordinate representation of color #0B070D: hue angle of 280º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0B070D is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB11713-
CMYK0.150.4600.95
HSL280º30%3.92%-
HSV(B)280º46.15%5.1%-
XYZ0.290.250.41-
YUV8.88130.33129.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 35.48%
GREEN value IS 7 (3.12% from 255) = 22.58%
BLUE value IS 13 (5.47% from 255) = 41.94%
R=35.48%
G=22.58%
B=41.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal117130.150.4600.95280303.92
HexB7DF2E05F1181e4
Octal1371517560137430364
Binary1011111110111111011100101111110001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B070D; }

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

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

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

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

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

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

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

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