#0A011F

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

Shades of Blackcurrant #0A011F

Tints of Blackcurrant #0A011F

Color information

#0A011F (or 0x0A011F) is unknown color: approx Blackcurrant. HEX triplet: 0A, 01 and 1F. RGB value is (10,1,31). Sum of RGB (Red+Green+Blue) = 10+1+31=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 31 (12.5% from 255 or 73.81% from 42); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A011F is #F5FEE0. Grayscale: #070707. Windows color (decimal): -16121569 or 2031882. OLE color: 2031882.

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

Color convert

RGB10131-
CMYK0.680.9700.88
HSL258º93.75%6.27%-
HSV(B)258º96.77%12.16%-
XYZ0.380.191.31-
YUV7.11141.48130.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.81%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 31 (12.5% from 255) = 73.81%
R=23.81%
G=2.38%
B=73.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal101310.680.9700.8825893.756.27
HexA11F44610581025e6
Octal1213710414101304021366
Binary101011111110001001100001010110001000000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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