#1B0424

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

Shades of Blackcurrant #1B0424

Tints of Blackcurrant #1B0424

Color information

#1B0424 (or 0x1B0424) is unknown color: approx Blackcurrant. HEX triplet: 1B, 04 and 24. RGB value is (27,4,36). Sum of RGB (Red+Green+Blue) = 27+4+36=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B0424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0424 is #E4FBDB. Grayscale: #0E0E0E. Windows color (decimal): -15006684 or 2360347. OLE color: 2360347.

HSL color Cylindrical-coordinate representation of color #1B0424: hue angle of 283.12º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B0424 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB27436-
CMYK0.250.8900.86
HSL283.12º80%7.84%-
HSV(B)283.12º88.89%14.12%-
XYZ0.810.451.71-
YUV14.52140.12136.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.30%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 36 (14.45% from 255) = 53.73%
R=40.30%
G=5.97%
B=53.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal274360.250.8900.86283.12807.84
Hex1B424195905611b508
Octal3344431131012643312010
Binary110111001001001100110110010101011010001101110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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