#0B090D

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

Shades of Blackcurrant #0B090D

Tints of Blackcurrant #0B090D

Color information

#0B090D (or 0x0B090D) is unknown color: approx Blackcurrant. HEX triplet: 0B, 09 and 0D. RGB value is (11,9,13). Sum of RGB (Red+Green+Blue) = 11+9+13=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B090D is #F4F6F2. Grayscale: #0A0A0A. Windows color (decimal): -16054003 or 854283. OLE color: 854283.

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

Color convert

RGB11913-
CMYK0.150.3100.95
HSL270º18.18%4.31%-
HSV(B)270º30.77%5.1%-
XYZ0.310.30.42-
YUV10.05129.66128.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 33.33%
GREEN value IS 9 (3.91% from 255) = 27.27%
BLUE value IS 13 (5.47% from 255) = 39.39%
R=33.33%
G=27.27%
B=39.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal119130.150.3100.9527018.184.31
HexB9DF1F05F10e124
Octal13111517370137416224
Binary1011100111011111111110101111110000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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