Html Css Color HEX #3C0149 Blackcurrant

📋 copy color: '#3C0149'

red 60 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #3C0149

Tints of Blackcurrant #3C0149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 54.48%

R = 44.78%
G = 0.75%
B = 54.48%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C0149 (or 0x3C0149) is known color: Blackcurrant. HEX triplet: 3C, 01 and 49. RGB value is (60,1,73). Sum of RGB (Red+Green+Blue) = 60+1+73=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C0149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0149 is #C3FEB6. Grayscale: #1A1A1A. Windows color (decimal): -12844727 or 4784444. OLE color: 4784444.

HSL color Cylindrical-coordinate representation of color #3C0149: hue angle of 289.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0149 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 1 73 -
CMYK 0.18 0.99 0 0.71
HSL 289.17º 0.97% 0.15% -
HSV(B) 289.17º 0.99% 0.29% -
XYZ 3.08 1.46 6.42 -
YUV 26.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 60 1 73 0.18 0.99 0 0.71 289.17 0.97 0.15
Hex 3C 1 49 12 63 0 47 121 61 F
Octal 74 1 111 22 143 0 107 441 141 17
Binary 111100 1 1001001 10010 1100011 0 1000111 100100001 1100001 1111

Color Harmonies of #3C0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0149

Black with #3C0149

Text Example


Text Example

White with #3C0149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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