#0B0414

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

Shades of Blackcurrant #0B0414

Tints of Blackcurrant #0B0414

Color information

#0B0414 (or 0x0B0414) is unknown color: approx Blackcurrant. HEX triplet: 0B, 04 and 14. RGB value is (11,4,20). Sum of RGB (Red+Green+Blue) = 11+4+20=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 20 (8.20% from 255 or 57.14% from 35); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0414 is #F4FBEB. Grayscale: #070707. Windows color (decimal): -16055276 or 1311755. OLE color: 1311755.

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

Color convert

RGB11420-
CMYK0.450.8000.92
HSL266.25º66.67%4.71%-
HSV(B)266.25º80%7.84%-
XYZ0.310.210.69-
YUV7.92134.82130.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 31.43%
GREEN value IS 4 (1.95% from 255) = 11.43%
BLUE value IS 20 (8.20% from 255) = 57.14%
R=31.43%
G=11.43%
B=57.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal114200.450.8000.92266.2566.674.71
HexB4142D5005C10a435
Octal134245512001344121035
Binary1011100101001011011010000010111001000010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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