#1B181D

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

Shades of Blackcurrant #1B181D

Tints of Blackcurrant #1B181D

Color information

#1B181D (or 0x1B181D) is unknown color: approx Blackcurrant. HEX triplet: 1B, 18 and 1D. RGB value is (27,24,29). Sum of RGB (Red+Green+Blue) = 27+24+29=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B181D is #E4E7E2. Grayscale: #191919. Windows color (decimal): -15001571 or 1906715. OLE color: 1906715.

HSL color Cylindrical-coordinate representation of color #1B181D: hue angle of 276º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1B181D is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB272429-
CMYK0.070.1700.89
HSL276º9.43%10.39%-
HSV(B)276º17.24%11.37%-
XYZ10.971.3-
YUV25.47129.99129.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 33.75%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 29 (11.72% from 255) = 36.25%
R=33.75%
G=30%
B=36.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2724290.070.1700.892769.4310.39
Hex1B181D7110591149a
Octal33303572101314241112
Binary110111100011101111100010101100110001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,24,29); }

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

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

 a { background-color: rgb(27,24,29); }

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

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

 span { border-color: rgb(27,24,29); }

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