#0A001D

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

Shades of Blackcurrant #0A001D

Tints of Blackcurrant #0A001D

Color information

#0A001D (or 0x0A001D) is unknown color: approx Blackcurrant. HEX triplet: 0A, 00 and 1D. RGB value is (10,0,29). Sum of RGB (Red+Green+Blue) = 10+0+29=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 29 (11.72% from 255 or 74.36% from 39); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A001D is #F5FFE2. Grayscale: #060606. Windows color (decimal): -16121827 or 1900554. OLE color: 1900554.

HSL color Cylindrical-coordinate representation of color #0A001D: hue angle of 260.69º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A001D is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB10029-
CMYK0.66100.89
HSL260.69º100%5.69%-
HSV(B)260.69º100%11.37%-
XYZ0.350.151.17-
YUV6.3140.81130.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 74.36%
R=25.64%
G=0%
B=74.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal100290.66100.89260.691005.69
HexA01D4264059105646
Octal1203510214401314051446
Binary101001110110000101100100010110011000001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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