Html Css Color HEX #3C0159 Blackcurrant

📋 copy color: '#3C0159'

red 60 ◦ green 1 ◦ blue 89

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

Shades of Blackcurrant #3C0159

Tints of Blackcurrant #3C0159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 40%
G = 0.67%
B = 59.33%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C0159 (or 0x3C0159) is known color: Blackcurrant. HEX triplet: 3C, 01 and 59. RGB value is (60,1,89). Sum of RGB (Red+Green+Blue) = 60+1+89=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C0159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0159 is #C3FEA6. Grayscale: #1C1C1C. Windows color (decimal): -12844711 or 5833020. OLE color: 5833020.

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

Color convert

RGB 60 1 89 -
CMYK 0.33 0.99 0 0.65
HSL 280.23º 0.98% 0.18% -
HSV(B) 280.23º 0.99% 0.35% -
XYZ 3.68 1.7 9.59 -
YUV 28.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 60 1 89 0.33 0.99 0 0.65 280.23 0.98 0.18
Hex 3C 1 59 21 63 0 41 118 62 12
Octal 74 1 131 41 143 0 101 430 142 22
Binary 111100 1 1011001 100001 1100011 0 1000001 100011000 1100010 10010

Color Harmonies of #3C0159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0159

Black with #3C0159

Text Example


Text Example

White with #3C0159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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