#0A0218

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

Shades of Blackcurrant #0A0218

Tints of Blackcurrant #0A0218

Color information

#0A0218 (or 0x0A0218) is unknown color: approx Blackcurrant. HEX triplet: 0A, 02 and 18. RGB value is (10,2,24). Sum of RGB (Red+Green+Blue) = 10+2+24=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A0218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0218 is #F5FDE7. Grayscale: #060606. Windows color (decimal): -16121320 or 1573386. OLE color: 1573386.

HSL color Cylindrical-coordinate representation of color #0A0218: hue angle of 261.82º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A0218 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB10224-
CMYK0.580.9200.91
HSL261.82º84.62%5.1%-
HSV(B)261.82º91.67%9.41%-
XYZ0.310.170.88-
YUV6.9137.65130.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.78%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 24 (9.77% from 255) = 66.67%
R=27.78%
G=5.56%
B=66.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102240.580.9200.91261.8284.625.1
HexA2183A5C05B106555
Octal122307213401334061255
Binary101010110001110101011100010110111000001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,24); }

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

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

 a { background-color: rgb(10,2,24); }

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

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

 span { border-color: rgb(10,2,24); }

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