#3C094D

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

Shades of Blackcurrant #3C094D

Tints of Blackcurrant #3C094D

Color information

#3C094D (or 0x3C094D) is unknown color: approx Blackcurrant. HEX triplet: 3C, 09 and 4D. RGB value is (60,9,77). Sum of RGB (Red+Green+Blue) = 60+9+77=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C094D is #C3F6B2. Grayscale: #1F1F1F. Windows color (decimal): -12842675 or 5048636. OLE color: 5048636.

HSL color Cylindrical-coordinate representation of color #3C094D: hue angle of 285º 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 #3C094D is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB60977-
CMYK0.220.8800.70
HSL285º79.07%16.86%-
HSV(B)285º88.31%30.2%-
XYZ3.31.697.17-
YUV32153.4147.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.10%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=41.10%
G=6.16%
B=52.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal609770.220.8800.7028579.0716.86
Hex3C94D165804611d4f11
Octal741111526130010643511721
Binary1111001001100110110110101100001000110100011101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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