#0A030E

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

Shades of Blackcurrant #0A030E

Tints of Blackcurrant #0A030E

Color information

#0A030E (or 0x0A030E) is unknown color: approx Blackcurrant. HEX triplet: 0A, 03 and 0E. RGB value is (10,3,14). Sum of RGB (Red+Green+Blue) = 10+3+14=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 14 (5.86% from 255 or 51.85% from 27); Max value from RGB is 14 - color contains mainly: blue. Hex color #0A030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A030E is #F5FCF1. Grayscale: #060606. Windows color (decimal): -16121074 or 918282. OLE color: 918282.

HSL color Cylindrical-coordinate representation of color #0A030E: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A030E is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB10314-
CMYK0.290.7900.95
HSL278.18º64.71%3.33%-
HSV(B)278.18º78.57%5.49%-
XYZ0.240.160.43-
YUV6.35132.32130.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 37.04%
GREEN value IS 3 (1.56% from 255) = 11.11%
BLUE value IS 14 (5.86% from 255) = 51.85%
R=37.04%
G=11.11%
B=51.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal103140.290.7900.95278.1864.713.33
HexA3E1D4F05F116413
Octal123163511701374261013
Binary101011111011101100111101011111100010110100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,3,14); }

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

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

 a { background-color: rgb(10,3,14); }

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

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

 span { border-color: rgb(10,3,14); }

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