#0B0514

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

Shades of Blackcurrant #0B0514

Tints of Blackcurrant #0B0514

Color information

#0B0514 (or 0x0B0514) is unknown color: approx Blackcurrant. HEX triplet: 0B, 05 and 14. RGB value is (11,5,20). Sum of RGB (Red+Green+Blue) = 11+5+20=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0514 is #F4FAEB. Grayscale: #080808. Windows color (decimal): -16055020 or 1312011. OLE color: 1312011.

HSL color Cylindrical-coordinate representation of color #0B0514: hue angle of 264º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B0514 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11520-
CMYK0.450.7500.92
HSL264º60%4.9%-
HSV(B)264º75%7.84%-
XYZ0.320.230.69-
YUV8.5134.49129.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 30.56%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 20 (8.20% from 255) = 55.56%
R=30.56%
G=13.89%
B=55.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal115200.450.7500.92264604.9
HexB5142D4B05C1083c5
Octal13524551130134410745
Binary101110110100101101100101101011100100001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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