#0D0218

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

Shades of Blackcurrant #0D0218

Tints of Blackcurrant #0D0218

Color information

#0D0218 (or 0x0D0218) is unknown color: approx Blackcurrant. HEX triplet: 0D, 02 and 18. RGB value is (13,2,24). Sum of RGB (Red+Green+Blue) = 13+2+24=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0218 is #F2FDE7. Grayscale: #070707. Windows color (decimal): -15924712 or 1573389. OLE color: 1573389.

HSL color Cylindrical-coordinate representation of color #0D0218: hue angle of 270º 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 #0D0218 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB13224-
CMYK0.460.9200.91
HSL270º84.62%5.1%-
HSV(B)270º91.67%9.41%-
XYZ0.350.190.88-
YUV7.8137.14131.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 24 (9.77% from 255) = 61.54%
R=33.33%
G=5.13%
B=61.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132240.460.9200.9127084.625.1
HexD2182E5C05B10e555
Octal152305613401334161255
Binary110110110001011101011100010110111000011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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