#3C094C

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

Shades of Blackcurrant #3C094C

Tints of Blackcurrant #3C094C

Color information

#3C094C (or 0x3C094C) is unknown color: approx Blackcurrant. HEX triplet: 3C, 09 and 4C. RGB value is (60,9,76). Sum of RGB (Red+Green+Blue) = 60+9+76=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C094C is #C3F6B3. Grayscale: #1F1F1F. Windows color (decimal): -12842676 or 4983100. OLE color: 4983100.

HSL color Cylindrical-coordinate representation of color #3C094C: hue angle of 285.67º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C094C is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB60976-
CMYK0.210.8800.70
HSL285.67º78.82%16.67%-
HSV(B)285.67º88.16%29.8%-
XYZ3.271.686.99-
YUV31.89152.9148.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.38%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 76 (30.08% from 255) = 52.41%
R=41.38%
G=6.21%
B=52.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal609760.210.8800.70285.6778.8216.67
Hex3C94C155804611e4f11
Octal741111425130010643611721
Binary1111001001100110010101101100001000110100011110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C094C; }

 p { color: rgb(60,9,76); }

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

<style>
 a { background-color: #3C094C; }

 a { background-color: rgb(60,9,76); }

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

<style>
 span { border-color: #3C094C; }

 span { border-color: rgb(60,9,76); }

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