#1B0223

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

Shades of Blackcurrant #1B0223

Tints of Blackcurrant #1B0223

Color information

#1B0223 (or 0x1B0223) is unknown color: approx Blackcurrant. HEX triplet: 1B, 02 and 23. RGB value is (27,2,35). Sum of RGB (Red+Green+Blue) = 27+2+35=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #1B0223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0223 is #E4FDDC. Grayscale: #0D0D0D. Windows color (decimal): -15007197 or 2294299. OLE color: 2294299.

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

Color convert

RGB27235-
CMYK0.230.9400.86
HSL285.45º89.19%7.25%-
HSV(B)285.45º94.29%13.73%-
XYZ0.780.41.63-
YUV13.24140.28137.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.19%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 35 (14.06% from 255) = 54.69%
R=42.19%
G=3.12%
B=54.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal272350.230.9400.86285.4589.197.25
Hex1B223175E05611d597
Octal332432713601264351317
Binary1101110100011101111011110010101101000111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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