#1C0330

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

Shades of Blackcurrant #1C0330

Tints of Blackcurrant #1C0330

Color information

#1C0330 (or 0x1C0330) is unknown color: approx Blackcurrant. HEX triplet: 1C, 03 and 30. RGB value is (28,3,48). Sum of RGB (Red+Green+Blue) = 28+3+48=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #1C0330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0330 is #E3FCCF. Grayscale: #0F0F0F. Windows color (decimal): -14941392 or 3146524. OLE color: 3146524.

HSL color Cylindrical-coordinate representation of color #1C0330: hue angle of 273.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0330 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB28348-
CMYK0.420.9400.81
HSL273.33º88.24%10%-
HSV(B)273.33º93.75%18.82%-
XYZ1.040.532.84-
YUV15.6146.28136.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.44%
GREEN value IS 3 (1.56% from 255) = 3.80%
BLUE value IS 48 (19.14% from 255) = 60.76%
R=35.44%
G=3.80%
B=60.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal283480.420.9400.81273.3388.2410
Hex1C3302A5E05111158a
Octal3436052136012142113012
Binary111001111000010101010111100101000110001000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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