#1B042C

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

Shades of Blackcurrant #1B042C

Tints of Blackcurrant #1B042C

Color information

#1B042C (or 0x1B042C) is unknown color: approx Blackcurrant. HEX triplet: 1B, 04 and 2C. RGB value is (27,4,44). Sum of RGB (Red+Green+Blue) = 27+4+44=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B042C is #E4FBD3. Grayscale: #0F0F0F. Windows color (decimal): -15006676 or 2884635. OLE color: 2884635.

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

Color convert

RGB27444-
CMYK0.390.9100.83
HSL274.5º83.33%9.41%-
HSV(B)274.5º90.91%17.25%-
XYZ0.950.52.43-
YUV15.44144.12136.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 44 (17.58% from 255) = 58.67%
R=36%
G=5.33%
B=58.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal274440.390.9100.83274.583.339.41
Hex1B42C275B053112539
Octal3345447133012342212311
Binary1101110010110010011110110110101001110001001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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