#1B0236

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

Shades of Blackcurrant #1B0236

Tints of Blackcurrant #1B0236

Color information

#1B0236 (or 0x1B0236) is unknown color: approx Blackcurrant. HEX triplet: 1B, 02 and 36. RGB value is (27,2,54). Sum of RGB (Red+Green+Blue) = 27+2+54=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 54 (21.48% from 255 or 65.06% from 83); Max value from RGB is 54 - color contains mainly: blue. Hex color #1B0236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0236 is #E4FDC9. Grayscale: #0F0F0F. Windows color (decimal): -15007178 or 3539483. OLE color: 3539483.

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

Color convert

RGB27254-
CMYK0.50.9600.79
HSL268.85º92.86%10.98%-
HSV(B)268.85º96.3%21.18%-
XYZ1.140.543.53-
YUV15.4149.78136.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.53%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 54 (21.48% from 255) = 65.06%
R=32.53%
G=2.41%
B=65.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal272540.50.9600.79268.8592.8610.98
Hex1B236326004F10d5db
Octal3326662140011741513513
Binary110111011011011001011000000100111110000110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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