#1B0829

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

Shades of Blackcurrant #1B0829

Tints of Blackcurrant #1B0829

Color information

#1B0829 (or 0x1B0829) is unknown color: approx Blackcurrant. HEX triplet: 1B, 08 and 29. RGB value is (27,8,41). Sum of RGB (Red+Green+Blue) = 27+8+41=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #1B0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0829 is #E4F7D6. Grayscale: #111111. Windows color (decimal): -15005655 or 2689051. OLE color: 2689051.

HSL color Cylindrical-coordinate representation of color #1B0829: hue angle of 274.55º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B0829 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB27841-
CMYK0.340.8000.84
HSL274.55º67.35%9.61%-
HSV(B)274.55º80.49%16.08%-
XYZ0.940.572.16-
YUV17.44141.29134.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.53%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=35.53%
G=10.53%
B=53.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal278410.340.8000.84274.5567.359.61
Hex1B829225005411343a
Octal33105142120012442310312
Binary11011100010100110001010100000101010010001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,8,41); }

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

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

 a { background-color: rgb(27,8,41); }

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

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

 span { border-color: rgb(27,8,41); }

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