#3C0748

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

Shades of Blackcurrant #3C0748

Tints of Blackcurrant #3C0748

Color information

#3C0748 (or 0x3C0748) is unknown color: approx Blackcurrant. HEX triplet: 3C, 07 and 48. RGB value is (60,7,72). Sum of RGB (Red+Green+Blue) = 60+7+72=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C0748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0748 is #C3F8B7. Grayscale: #1E1E1E. Windows color (decimal): -12843192 or 4720444. OLE color: 4720444.

HSL color Cylindrical-coordinate representation of color #3C0748: hue angle of 288.92º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0748 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB60772-
CMYK0.170.9000.72
HSL288.92º82.28%15.49%-
HSV(B)288.92º90.28%28.24%-
XYZ3.111.586.27-
YUV30.26151.56149.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.17%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=43.17%
G=5.04%
B=51.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal607720.170.9000.72288.9282.2815.49
Hex3C748115A04812152f
Octal74711021132011044112217
Binary11110011110010001000110110100100100010010000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,7,72); }

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

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

 a { background-color: rgb(60,7,72); }

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

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

 span { border-color: rgb(60,7,72); }

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