Html Css Color HEX #3C0359 Blackcurrant

📋 copy color: '#3C0359'

red 60 ◦ green 3 ◦ blue 89

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

Shades of Blackcurrant #3C0359

Tints of Blackcurrant #3C0359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

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

R = 39.47%
G = 1.97%
B = 58.55%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C0359 (or 0x3C0359) is known color: Blackcurrant. HEX triplet: 3C, 03 and 59. RGB value is (60,3,89). Sum of RGB (Red+Green+Blue) = 60+3+89=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C0359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0359 is #C3FCA6. Grayscale: #1D1D1D. Windows color (decimal): -12844199 or 5833532. OLE color: 5833532.

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

Color convert

RGB 60 3 89 -
CMYK 0.33 0.97 0 0.65
HSL 279.77º 0.93% 0.18% -
HSV(B) 279.77º 0.97% 0.35% -
XYZ 3.7 1.75 9.59 -
YUV 29.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 60 3 89 0.33 0.97 0 0.65 279.77 0.93 0.18
Hex 3C 3 59 21 61 0 41 118 5D 12
Octal 74 3 131 41 141 0 101 430 135 22
Binary 111100 11 1011001 100001 1100001 0 1000001 100011000 1011101 10010

Color Harmonies of #3C0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0359

Black with #3C0359

Text Example


Text Example

White with #3C0359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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