#1B022D

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

Shades of Blackcurrant #1B022D

Tints of Blackcurrant #1B022D

Color information

#1B022D (or 0x1B022D) is unknown color: approx Blackcurrant. HEX triplet: 1B, 02 and 2D. RGB value is (27,2,45). Sum of RGB (Red+Green+Blue) = 27+2+45=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B022D is #E4FDD2. Grayscale: #0E0E0E. Windows color (decimal): -15007187 or 2949659. OLE color: 2949659.

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

Color convert

RGB27245-
CMYK0.40.9600.82
HSL274.88º91.49%9.22%-
HSV(B)274.88º95.56%17.65%-
XYZ0.950.472.52-
YUV14.38145.28137-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.49%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 45 (17.97% from 255) = 60.81%
R=36.49%
G=2.70%
B=60.81%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal272450.40.9600.82274.8891.499.22
Hex1B22D28600521135b9
Octal3325550140012242313311
Binary110111010110110100011000000101001010001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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