#0A050B

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

Shades of Blackcurrant #0A050B

Tints of Blackcurrant #0A050B

Color information

#0A050B (or 0x0A050B) is unknown color: approx Blackcurrant. HEX triplet: 0A, 05 and 0B. RGB value is (10,5,11). Sum of RGB (Red+Green+Blue) = 10+5+11=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A050B is #F5FAF4. Grayscale: #070707. Windows color (decimal): -16120565 or 722186. OLE color: 722186.

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

Color convert

RGB10511-
CMYK0.090.5500.96
HSL290º37.5%3.14%-
HSV(B)290º54.55%4.31%-
XYZ0.240.20.34-
YUV7.18130.16130.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 38.46%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 11 (4.69% from 255) = 42.31%
R=38.46%
G=19.23%
B=42.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal105110.090.5500.9629037.53.14
HexA5B937060122253
Octal1251311670140442453
Binary1010101101110011101110110000010010001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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