#1B0336

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

Shades of Blackcurrant #1B0336

Tints of Blackcurrant #1B0336

Color information

#1B0336 (or 0x1B0336) is unknown color: approx Blackcurrant. HEX triplet: 1B, 03 and 36. RGB value is (27,3,54). Sum of RGB (Red+Green+Blue) = 27+3+54=84 (11% of max value = 765). Red value is 27 (10.94% from 255 or 32.14% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 54 (21.48% from 255 or 64.29% from 84); Max value from RGB is 54 - color contains mainly: blue. Hex color #1B0336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0336 is #E4FCC9. Grayscale: #0F0F0F. Windows color (decimal): -15006922 or 3539739. OLE color: 3539739.

HSL color Cylindrical-coordinate representation of color #1B0336: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0336 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB27354-
CMYK0.50.9400.79
HSL268.24º89.47%11.18%-
HSV(B)268.24º94.44%21.18%-
XYZ1.150.563.54-
YUV15.99149.45135.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.14%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 54 (21.48% from 255) = 64.29%
R=32.14%
G=3.57%
B=64.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal273540.50.9400.79268.2489.4711.18
Hex1B336325E04F10c59b
Octal3336662136011741413113
Binary110111111011011001010111100100111110000110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B0336; }

 p { color: rgb(27,3,54); }

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

<style>
 a { background-color: #1B0336; }

 a { background-color: rgb(27,3,54); }

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

<style>
 span { border-color: #1B0336; }

 span { border-color: rgb(27,3,54); }

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