#1C081F

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

Shades of Blackcurrant #1C081F

Tints of Blackcurrant #1C081F

Color information

#1C081F (or 0x1C081F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 08 and 1F. RGB value is (28,8,31). Sum of RGB (Red+Green+Blue) = 28+8+31=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C081F is #E3F7E0. Grayscale: #101010. Windows color (decimal): -14940129 or 2033692. OLE color: 2033692.

HSL color Cylindrical-coordinate representation of color #1C081F: hue angle of 292.17º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C081F is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB28831-
CMYK0.100.7400.88
HSL292.17º58.97%7.65%-
HSV(B)292.17º74.19%12.16%-
XYZ0.810.521.35-
YUV16.6136.13136.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 31 (12.5% from 255) = 46.27%
R=41.79%
G=11.94%
B=46.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal288310.100.7400.88292.1758.977.65
Hex1C81FA4A0581243b8
Octal3410371211201304447310
Binary1110010001111110101001010010110001001001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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