#1B1127

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

Shades of Blackcurrant #1B1127

Tints of Blackcurrant #1B1127

Color information

#1B1127 (or 0x1B1127) is unknown color: approx Blackcurrant. HEX triplet: 1B, 11 and 27. RGB value is (27,17,39). Sum of RGB (Red+Green+Blue) = 27+17+39=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #1B1127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1127 is #E4EED8. Grayscale: #161616. Windows color (decimal): -15003353 or 2560283. OLE color: 2560283.

HSL color Cylindrical-coordinate representation of color #1B1127: hue angle of 267.27º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B1127 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB271739-
CMYK0.310.5600.85
HSL267.27º39.29%10.98%-
HSV(B)267.27º56.41%15.29%-
XYZ1.020.782.02-
YUV22.5137.31131.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.53%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 39 (15.62% from 255) = 46.99%
R=32.53%
G=20.48%
B=46.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2717390.310.5600.85267.2739.2910.98
Hex1B11271F3805510b27b
Octal332147377001254134713
Binary110111000110011111111111000010101011000010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,17,39); }

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

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

 a { background-color: rgb(27,17,39); }

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

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

 span { border-color: rgb(27,17,39); }

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