#3C0853

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

Shades of Blackcurrant #3C0853

Tints of Blackcurrant #3C0853

Color information

#3C0853 (or 0x3C0853) is unknown color: approx Blackcurrant. HEX triplet: 3C, 08 and 53. RGB value is (60,8,83). Sum of RGB (Red+Green+Blue) = 60+8+83=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C0853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0853 is #C3F7AC. Grayscale: #1F1F1F. Windows color (decimal): -12842925 or 5441596. OLE color: 5441596.

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

Color convert

RGB60883-
CMYK0.280.9000.67
HSL281.6º82.42%17.84%-
HSV(B)281.6º90.36%32.55%-
XYZ3.511.768.34-
YUV32.1156.73147.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=39.74%
G=5.30%
B=54.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal608830.280.9000.67281.682.4217.84
Hex3C8531C5A04311a5212
Octal741012334132010343212222
Binary1111001000101001111100101101001000011100011010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,83); }

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

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

 a { background-color: rgb(60,8,83); }

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

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

 span { border-color: rgb(60,8,83); }

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