#1F082C

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

Shades of Blackcurrant #1F082C

Tints of Blackcurrant #1F082C

Color information

#1F082C (or 0x1F082C) is unknown color: approx Blackcurrant. HEX triplet: 1F, 08 and 2C. RGB value is (31,8,44). Sum of RGB (Red+Green+Blue) = 31+8+44=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F082C is #E0F7D3. Grayscale: #121212. Windows color (decimal): -14743508 or 2885663. OLE color: 2885663.

HSL color Cylindrical-coordinate representation of color #1F082C: hue angle of 278.33º 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 #1F082C is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB31844-
CMYK0.300.8200.83
HSL278.33º69.23%10.2%-
HSV(B)278.33º81.82%17.25%-
XYZ1.110.652.45-
YUV18.98142.12136.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 44 (17.58% from 255) = 53.01%
R=37.35%
G=9.64%
B=53.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal318440.300.8200.83278.3369.2310.2
Hex1F82C1E5205311645a
Octal37105436122012342610512
Binary1111110001011001111010100100101001110001011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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