#1B012C

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

Shades of Blackcurrant #1B012C

Tints of Blackcurrant #1B012C

Color information

#1B012C (or 0x1B012C) is unknown color: approx Blackcurrant. HEX triplet: 1B, 01 and 2C. RGB value is (27,1,44). Sum of RGB (Red+Green+Blue) = 27+1+44=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B012C is #E4FED3. Grayscale: #0D0D0D. Windows color (decimal): -15007444 or 2883867. OLE color: 2883867.

HSL color Cylindrical-coordinate representation of color #1B012C: hue angle of 276.28º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B012C is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB27144-
CMYK0.390.9800.83
HSL276.28º95.56%8.82%-
HSV(B)276.28º97.73%17.25%-
XYZ0.920.442.42-
YUV13.68145.11137.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=37.5%
G=1.39%
B=61.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal271440.390.9800.83276.2895.568.82
Hex1B12C2762053114609
Octal3315447142012342414011
Binary11011110110010011111000100101001110001010011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,1,44); }

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

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

 a { background-color: rgb(27,1,44); }

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

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

 span { border-color: rgb(27,1,44); }

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