#0B0314

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

Shades of Blackcurrant #0B0314

Tints of Blackcurrant #0B0314

Color information

#0B0314 (or 0x0B0314) is unknown color: approx Blackcurrant. HEX triplet: 0B, 03 and 14. RGB value is (11,3,20). Sum of RGB (Red+Green+Blue) = 11+3+20=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0314 is #F4FCEB. Grayscale: #070707. Windows color (decimal): -16055532 or 1311499. OLE color: 1311499.

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

Color convert

RGB11320-
CMYK0.450.8500.92
HSL268.24º73.91%4.51%-
HSV(B)268.24º85%7.84%-
XYZ0.30.190.68-
YUV7.33135.15130.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 32.35%
GREEN value IS 3 (1.56% from 255) = 8.82%
BLUE value IS 20 (8.20% from 255) = 58.82%
R=32.35%
G=8.82%
B=58.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal113200.450.8500.92268.2473.914.51
HexB3142D5505C10c4a5
Octal133245512501344141125
Binary101111101001011011010101010111001000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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