#0A0114

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

Shades of Blackcurrant #0A0114

Tints of Blackcurrant #0A0114

Color information

#0A0114 (or 0x0A0114) is unknown color: approx Blackcurrant. HEX triplet: 0A, 01 and 14. RGB value is (10,1,20). Sum of RGB (Red+Green+Blue) = 10+1+20=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0114 is #F5FEEB. Grayscale: #050505. Windows color (decimal): -16121580 or 1310986. OLE color: 1310986.

HSL color Cylindrical-coordinate representation of color #0A0114: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0114 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB10120-
CMYK0.500.9500.92
HSL268.42º90.48%4.12%-
HSV(B)268.42º95%7.84%-
XYZ0.260.140.67-
YUV5.86135.98130.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 32.26%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 20 (8.20% from 255) = 64.52%
R=32.26%
G=3.23%
B=64.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal101200.500.9500.92268.4290.484.12
HexA114325F05C10c5a4
Octal121246213701344141324
Binary10101101001100101011111010111001000011001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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