#1B0A28

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

Shades of Blackcurrant #1B0A28

Tints of Blackcurrant #1B0A28

Color information

#1B0A28 (or 0x1B0A28) is unknown color: approx Blackcurrant. HEX triplet: 1B, 0A and 28. RGB value is (27,10,40). Sum of RGB (Red+Green+Blue) = 27+10+40=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B0A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0A28 is #E4F5D7. Grayscale: #121212. Windows color (decimal): -15005144 or 2624027. OLE color: 2624027.

HSL color Cylindrical-coordinate representation of color #1B0A28: hue angle of 274º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B0A28 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB271040-
CMYK0.330.7500.84
HSL274º60%9.8%-
HSV(B)274º75%15.69%-
XYZ0.940.62.07-
YUV18.5140.13134.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 10 (4.30% from 255) = 12.99%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=35.06%
G=12.99%
B=51.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2710400.330.7500.84274609.8
Hex1BA28214B0541123ca
Octal3312504111301244227412
Binary1101110101010001000011001011010101001000100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,10,40); }

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

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

 a { background-color: rgb(27,10,40); }

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

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

 span { border-color: rgb(27,10,40); }

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