#1B042D

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

Shades of Blackcurrant #1B042D

Tints of Blackcurrant #1B042D

Color information

#1B042D (or 0x1B042D) is unknown color: approx Blackcurrant. HEX triplet: 1B, 04 and 2D. RGB value is (27,4,45). Sum of RGB (Red+Green+Blue) = 27+4+45=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B042D is #E4FBD2. Grayscale: #0F0F0F. Windows color (decimal): -15006675 or 2950171. OLE color: 2950171.

HSL color Cylindrical-coordinate representation of color #1B042D: hue angle of 273.66º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B042D is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB27445-
CMYK0.40.9100.82
HSL273.66º83.67%9.61%-
HSV(B)273.66º91.11%17.65%-
XYZ0.970.512.53-
YUV15.55144.62136.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.53%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 45 (17.97% from 255) = 59.21%
R=35.53%
G=5.26%
B=59.21%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal274450.40.9100.82273.6683.679.61
Hex1B42D285B05211254a
Octal3345550133012242212412
Binary1101110010110110100010110110101001010001001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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