#0B0218

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

Shades of Blackcurrant #0B0218

Tints of Blackcurrant #0B0218

Color information

#0B0218 (or 0x0B0218) is unknown color: approx Blackcurrant. HEX triplet: 0B, 02 and 18. RGB value is (11,2,24). Sum of RGB (Red+Green+Blue) = 11+2+24=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0218 is #F4FDE7. Grayscale: #070707. Windows color (decimal): -16055784 or 1573387. OLE color: 1573387.

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

Color convert

RGB11224-
CMYK0.540.9200.91
HSL264.55º84.62%5.1%-
HSV(B)264.55º91.67%9.41%-
XYZ0.320.180.88-
YUV7.2137.48130.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 29.73%
GREEN value IS 2 (1.17% from 255) = 5.41%
BLUE value IS 24 (9.77% from 255) = 64.86%
R=29.73%
G=5.41%
B=64.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112240.540.9200.91264.5584.625.1
HexB218365C05B109555
Octal132306613401334111255
Binary101110110001101101011100010110111000010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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