#1C051F

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

Shades of Blackcurrant #1C051F

Tints of Blackcurrant #1C051F

Color information

#1C051F (or 0x1C051F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 05 and 1F. RGB value is (28,5,31). Sum of RGB (Red+Green+Blue) = 28+5+31=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C051F is #E3FAE0. Grayscale: #0E0E0E. Windows color (decimal): -14940897 or 2032924. OLE color: 2032924.

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

Color convert

RGB28531-
CMYK0.100.8400.88
HSL293.08º72.22%7.06%-
HSV(B)293.08º83.87%12.16%-
XYZ0.780.451.34-
YUV14.84137.12137.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.75%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=43.75%
G=7.81%
B=48.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal285310.100.8400.88293.0872.227.06
Hex1C51FA54058125487
Octal345371212401304451107
Binary111001011111110101010100010110001001001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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