#1C0332

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

Shades of Blackcurrant #1C0332

Tints of Blackcurrant #1C0332

Color information

#1C0332 (or 0x1C0332) is unknown color: approx Blackcurrant. HEX triplet: 1C, 03 and 32. RGB value is (28,3,50). Sum of RGB (Red+Green+Blue) = 28+3+50=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 50 (19.92% from 255 or 61.73% from 81); Max value from RGB is 50 - color contains mainly: blue. Hex color #1C0332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0332 is #E3FCCD. Grayscale: #0F0F0F. Windows color (decimal): -14941390 or 3277596. OLE color: 3277596.

HSL color Cylindrical-coordinate representation of color #1C0332: hue angle of 271.91º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0332 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB28350-
CMYK0.440.9400.80
HSL271.91º88.68%10.39%-
HSV(B)271.91º94%19.61%-
XYZ1.090.543.06-
YUV15.83147.28136.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.57%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 50 (19.92% from 255) = 61.73%
R=34.57%
G=3.70%
B=61.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal283500.440.9400.80271.9188.6810.39
Hex1C3322C5E05011059a
Octal3436254136012042013112
Binary111001111001010110010111100101000010001000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,3,50); }

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

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

 a { background-color: rgb(28,3,50); }

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

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

 span { border-color: rgb(28,3,50); }

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