Html Css Color HEX #3C0551 Blackcurrant

📋 copy color: '#3C0551'

red 60 ◦ green 5 ◦ blue 81

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

Shades of Blackcurrant #3C0551

Tints of Blackcurrant #3C0551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 55.48%

R = 41.1%
G = 3.42%
B = 55.48%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C0551 (or 0x3C0551) is known color: Blackcurrant. HEX triplet: 3C, 05 and 51. RGB value is (60,5,81). Sum of RGB (Red+Green+Blue) = 60+5+81=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C0551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0551 is #C3FAAE. Grayscale: #1D1D1D. Windows color (decimal): -12843695 or 5309756. OLE color: 5309756.

HSL color Cylindrical-coordinate representation of color #3C0551: hue angle of 283.42º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0551 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 5 81 -
CMYK 0.26 0.94 0 0.68
HSL 283.42º 0.88% 0.17% -
HSV(B) 283.42º 0.94% 0.32% -
XYZ 3.4 1.66 7.93 -
YUV 30.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 60 5 81 0.26 0.94 0 0.68 283.42 0.88 0.17
Hex 3C 5 51 1A 5E 0 44 11B 58 11
Octal 74 5 121 32 136 0 104 433 130 21
Binary 111100 101 1010001 11010 1011110 0 1000100 100011011 1011000 10001

Color Harmonies of #3C0551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0551

Black with #3C0551

Text Example


Text Example

White with #3C0551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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