Html Css Color HEX #3C0559 Blackcurrant

📋 copy color: '#3C0559'

red 60 ◦ green 5 ◦ blue 89

#3C0559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #3C0559

Tints of Blackcurrant #3C0559

RGB

 RED value IS 60 (23.83% from 255) = 38.96%

 GREEN value IS 5 (2.34% from 255) = 3.25%

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 38.96%
G = 3.25%
B = 57.79%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C0559 (or 0x3C0559) is known color: Blackcurrant. HEX triplet: 3C, 05 and 59. RGB value is (60,5,89). Sum of RGB (Red+Green+Blue) = 60+5+89=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C0559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0559 is #C3FAA6. Grayscale: #1E1E1E. Windows color (decimal): -12843687 or 5834044. OLE color: 5834044.

HSL color Cylindrical-coordinate representation of color #3C0559: hue angle of 279.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0559 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 5 89 -
CMYK 0.33 0.94 0 0.65
HSL 279.29º 0.89% 0.18% -
HSV(B) 279.29º 0.94% 0.35% -
XYZ 3.72 1.79 9.6 -
YUV 31.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 60 5 89 0.33 0.94 0 0.65 279.29 0.89 0.18
Hex 3C 5 59 21 5E 0 41 117 59 12
Octal 74 5 131 41 136 0 101 427 131 22
Binary 111100 101 1011001 100001 1011110 0 1000001 100010111 1011001 10010

Color Harmonies of #3C0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0559

Black with #3C0559

Text Example


Text Example

White with #3C0559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,5,89); }

 H1.HeaderClassName
 {
   color: #3C0559;
 }
 .AnyTagClassName
 {
   color: #3C0559;
 }
</style>

background-color css

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

 a { background-color: rgb(60,5,89); }

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

border-color css

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

 span { border-color: rgb(60,5,89); }

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