#0A001F

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

Shades of Blackcurrant #0A001F

Tints of Blackcurrant #0A001F

Color information

#0A001F (or 0x0A001F) is unknown color: approx Blackcurrant. HEX triplet: 0A, 00 and 1F. RGB value is (10,0,31). Sum of RGB (Red+Green+Blue) = 10+0+31=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 31 (12.5% from 255 or 75.61% from 41); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A001F is #F5FFE0. Grayscale: #060606. Windows color (decimal): -16121825 or 2031626. OLE color: 2031626.

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

Color convert

RGB10031-
CMYK0.68100.88
HSL259.35º100%6.08%-
HSV(B)259.35º100%12.16%-
XYZ0.370.161.31-
YUV6.52141.81130.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 75.61%
R=24.39%
G=0%
B=75.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal100310.68100.88259.351006.08
HexA01F4464058103646
Octal1203710414401304031446
Binary101001111110001001100100010110001000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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