#1C0C31

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

Shades of Blackcurrant #1C0C31

Tints of Blackcurrant #1C0C31

Color information

#1C0C31 (or 0x1C0C31) is unknown color: approx Blackcurrant. HEX triplet: 1C, 0C and 31. RGB value is (28,12,49). Sum of RGB (Red+Green+Blue) = 28+12+49=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #1C0C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0C31 is #E3F3CE. Grayscale: #141414. Windows color (decimal): -14939087 or 3214364. OLE color: 3214364.

HSL color Cylindrical-coordinate representation of color #1C0C31: hue angle of 265.95º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C0C31 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB281249-
CMYK0.430.7600.81
HSL265.95º60.66%11.96%-
HSV(B)265.95º75.51%19.22%-
XYZ1.160.732.99-
YUV21143.8132.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.46%
GREEN value IS 12 (5.08% from 255) = 13.48%
BLUE value IS 49 (19.53% from 255) = 55.06%
R=31.46%
G=13.48%
B=55.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2812490.430.7600.81265.9560.6611.96
Hex1CC312B4C05110a3dc
Octal3414615311401214127514
Binary1110011001100011010111001100010100011000010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,12,49); }

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

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

 a { background-color: rgb(28,12,49); }

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

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

 span { border-color: rgb(28,12,49); }

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