#1B0120

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

Shades of Blackcurrant #1B0120

Tints of Blackcurrant #1B0120

Color information

#1B0120 (or 0x1B0120) is unknown color: approx Blackcurrant. HEX triplet: 1B, 01 and 20. RGB value is (27,1,32). Sum of RGB (Red+Green+Blue) = 27+1+32=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #1B0120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0120 is #E4FEDF. Grayscale: #0C0C0C. Windows color (decimal): -15007456 or 2097435. OLE color: 2097435.

HSL color Cylindrical-coordinate representation of color #1B0120: hue angle of 290.32º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0120 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB27132-
CMYK0.160.9700.87
HSL290.32º93.94%6.47%-
HSV(B)290.32º96.88%12.55%-
XYZ0.720.361.4-
YUV12.31139.11138.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45%
GREEN value IS 1 (0.78% from 255) = 1.67%
BLUE value IS 32 (12.89% from 255) = 53.33%
R=45%
G=1.67%
B=53.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal271320.160.9700.87290.3293.946.47
Hex1B12010610571225e6
Octal331402014101274421366
Binary110111100000100001100001010101111001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,1,32); }

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

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

 a { background-color: rgb(27,1,32); }

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

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

 span { border-color: rgb(27,1,32); }

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