#0B0418

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

Shades of Blackcurrant #0B0418

Tints of Blackcurrant #0B0418

Color information

#0B0418 (or 0x0B0418) is unknown color: approx Blackcurrant. HEX triplet: 0B, 04 and 18. RGB value is (11,4,24). Sum of RGB (Red+Green+Blue) = 11+4+24=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 4 (1.95% from 255 or 10.26% 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 #0B0418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0418 is #F4FBE7. Grayscale: #080808. Windows color (decimal): -16055272 or 1573899. OLE color: 1573899.

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

Color convert

RGB11424-
CMYK0.540.8300.91
HSL261º71.43%5.49%-
HSV(B)261º83.33%9.41%-
XYZ0.350.220.89-
YUV8.37136.82129.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.21%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 24 (9.77% from 255) = 61.54%
R=28.21%
G=10.26%
B=61.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal114240.540.8300.9126171.435.49
HexB418365305B105475
Octal134306612301334051075
Binary1011100110001101101010011010110111000001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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