#1B121D

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

Shades of Blackcurrant #1B121D

Tints of Blackcurrant #1B121D

Color information

#1B121D (or 0x1B121D) is unknown color: approx Blackcurrant. HEX triplet: 1B, 12 and 1D. RGB value is (27,18,29). Sum of RGB (Red+Green+Blue) = 27+18+29=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B121D is #E4EDE2. Grayscale: #151515. Windows color (decimal): -15003107 or 1905179. OLE color: 1905179.

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

Color convert

RGB271829-
CMYK0.070.3800.89
HSL289.09º23.4%9.22%-
HSV(B)289.09º37.93%11.37%-
XYZ0.890.751.26-
YUV21.94131.98131.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.49%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 29 (11.72% from 255) = 39.19%
R=36.49%
G=24.32%
B=39.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2718290.070.3800.89289.0923.49.22
Hex1B121D726059121179
Octal33223574601314412711
Binary11011100101110111110011001011001100100001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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