Html Css Color HEX #3C0459 Blackcurrant

📋 copy color: '#3C0459'

red 60 ◦ green 4 ◦ blue 89

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

Shades of Blackcurrant #3C0459

Tints of Blackcurrant #3C0459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

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

R = 39.22%
G = 2.61%
B = 58.17%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C0459 (or 0x3C0459) is known color: Blackcurrant. HEX triplet: 3C, 04 and 59. RGB value is (60,4,89). Sum of RGB (Red+Green+Blue) = 60+4+89=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C0459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0459 is #C3FBA6. Grayscale: #1E1E1E. Windows color (decimal): -12843943 or 5833788. OLE color: 5833788.

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

Color convert

RGB 60 4 89 -
CMYK 0.33 0.96 0 0.65
HSL 279.53º 0.91% 0.18% -
HSV(B) 279.53º 0.96% 0.35% -
XYZ 3.71 1.77 9.6 -
YUV 30.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 60 4 89 0.33 0.96 0 0.65 279.53 0.91 0.18
Hex 3C 4 59 21 60 0 41 118 5B 12
Octal 74 4 131 41 140 0 101 430 133 22
Binary 111100 100 1011001 100001 1100000 0 1000001 100011000 1011011 10010

Color Harmonies of #3C0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0459

Black with #3C0459

Text Example


Text Example

White with #3C0459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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