#1B0920

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

Shades of Blackcurrant #1B0920

Tints of Blackcurrant #1B0920

Color information

#1B0920 (or 0x1B0920) is unknown color: approx Blackcurrant. HEX triplet: 1B, 09 and 20. RGB value is (27,9,32). Sum of RGB (Red+Green+Blue) = 27+9+32=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 32 - color contains mainly: blue. Hex color #1B0920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0920 is #E4F6DF. Grayscale: #101010. Windows color (decimal): -15005408 or 2099483. OLE color: 2099483.

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

Color convert

RGB27932-
CMYK0.160.7200.87
HSL286.96º56.1%8.04%-
HSV(B)286.96º71.88%12.55%-
XYZ0.810.531.43-
YUV17136.46135.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.71%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 32 (12.89% from 255) = 47.06%
R=39.71%
G=13.24%
B=47.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal279320.160.7200.87286.9656.18.04
Hex1B920104805711f388
Octal3311402011001274377010
Binary110111001100000100001001000010101111000111111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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