#0A000B

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

Shades of Blackcurrant #0A000B

Tints of Blackcurrant #0A000B

Color information

#0A000B (or 0x0A000B) is unknown color: approx Blackcurrant. HEX triplet: 0A, 00 and 0B. RGB value is (10,0,11). Sum of RGB (Red+Green+Blue) = 10+0+11=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A000B is #F5FFF4. Grayscale: #040404. Windows color (decimal): -16121845 or 720906. OLE color: 720906.

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

Color convert

RGB10011-
CMYK0.09100.96
HSL294.55º100%2.16%-
HSV(B)294.55º100%4.31%-
XYZ0.190.090.32-
YUV4.24131.81132.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 47.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 52.38%
R=47.62%
G=0%
B=52.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal100110.09100.96294.551002.16
HexA0B964060127642
Octal120131114401404471442
Binary1010010111001110010001100000100100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,0,11); }

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

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

 a { background-color: rgb(10,0,11); }

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

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

 span { border-color: rgb(10,0,11); }

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