Html Css Color HEX #3C1349 Blackcurrant

📋 copy color: '#3C1349'

red 60 ◦ green 19 ◦ blue 73

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

Shades of Blackcurrant #3C1349

Tints of Blackcurrant #3C1349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 39.47%
G = 12.5%
B = 48.03%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C1349 (or 0x3C1349) is known color: Blackcurrant. HEX triplet: 3C, 13 and 49. RGB value is (60,19,73). Sum of RGB (Red+Green+Blue) = 60+19+73=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C1349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1349 is #C3ECB6. Grayscale: #252525. Windows color (decimal): -12840119 or 4789052. OLE color: 4789052.

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

Color convert

RGB 60 19 73 -
CMYK 0.18 0.74 0 0.71
HSL 285.56º 0.59% 0.18% -
HSV(B) 285.56º 0.74% 0.29% -
XYZ 3.3 1.91 6.5 -
YUV 37.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 60 19 73 0.18 0.74 0 0.71 285.56 0.59 0.18
Hex 3C 13 49 12 4A 0 47 11E 3B 12
Octal 74 23 111 22 112 0 107 436 73 22
Binary 111100 10011 1001001 10010 1001010 0 1000111 100011110 111011 10010

Color Harmonies of #3C1349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1349

Black with #3C1349

Text Example


Text Example

White with #3C1349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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