#1B082C

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

Shades of Blackcurrant #1B082C

Tints of Blackcurrant #1B082C

Color information

#1B082C (or 0x1B082C) is unknown color: approx Blackcurrant. HEX triplet: 1B, 08 and 2C. RGB value is (27,8,44). Sum of RGB (Red+Green+Blue) = 27+8+44=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B082C is #E4F7D3. Grayscale: #111111. Windows color (decimal): -15005652 or 2885659. OLE color: 2885659.

HSL color Cylindrical-coordinate representation of color #1B082C: hue angle of 271.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B082C is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB27844-
CMYK0.390.8200.83
HSL271.67º69.23%10.2%-
HSV(B)271.67º81.82%17.25%-
XYZ0.990.592.44-
YUV17.78142.79134.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.18%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 44 (17.58% from 255) = 55.70%
R=34.18%
G=10.13%
B=55.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal278440.390.8200.83271.6769.2310.2
Hex1B82C275205311045a
Octal33105447122012342010512
Binary11011100010110010011110100100101001110001000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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