#0A0414

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

Shades of Blackcurrant #0A0414

Tints of Blackcurrant #0A0414

Color information

#0A0414 (or 0x0A0414) is unknown color: approx Blackcurrant. HEX triplet: 0A, 04 and 14. RGB value is (10,4,20). Sum of RGB (Red+Green+Blue) = 10+4+20=34 (4% of max value = 765). Red value is 10 (4.30% from 255 or 29.41% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0414 is #F5FBEB. Grayscale: #070707. Windows color (decimal): -16120812 or 1311754. OLE color: 1311754.

HSL color Cylindrical-coordinate representation of color #0A0414: hue angle of 262.5º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A0414 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB10420-
CMYK0.500.8000.92
HSL262.5º66.67%4.71%-
HSV(B)262.5º80%7.84%-
XYZ0.290.20.69-
YUV7.62134.99129.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 29.41%
GREEN value IS 4 (1.95% from 255) = 11.76%
BLUE value IS 20 (8.20% from 255) = 58.82%
R=29.41%
G=11.76%
B=58.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal104200.500.8000.92262.566.674.71
HexA414325005C106435
Octal124246212001344061035
Binary1010100101001100101010000010111001000001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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