Html Css Color HEX #3C1447 Blackcurrant

📋 copy color: '#3C1447'

red 60 ◦ green 20 ◦ blue 71

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

Shades of Blackcurrant #3C1447

Tints of Blackcurrant #3C1447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

 BLUE value IS 71 (28.13% from 255) = 47.02%

R = 39.74%
G = 13.25%
B = 47.02%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C1447 (or 0x3C1447) is known color: Blackcurrant. HEX triplet: 3C, 14 and 47. RGB value is (60,20,71). Sum of RGB (Red+Green+Blue) = 60+20+71=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C1447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1447 is #C3EBB8. Grayscale: #252525. Windows color (decimal): -12839865 or 4658236. OLE color: 4658236.

HSL color Cylindrical-coordinate representation of color #3C1447: hue angle of 287.06º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C1447 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 20 71 -
CMYK 0.15 0.72 0 0.72
HSL 287.06º 0.56% 0.18% -
HSV(B) 287.06º 0.72% 0.28% -
XYZ 3.25 1.92 6.16 -
YUV 37.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 60 20 71 0.15 0.72 0 0.72 287.06 0.56 0.18
Hex 3C 14 47 F 48 0 48 11F 38 12
Octal 74 24 107 17 110 0 110 437 70 22
Binary 111100 10100 1000111 1111 1001000 0 1001000 100011111 111000 10010

Color Harmonies of #3C1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1447

Black with #3C1447

Text Example


Text Example

White with #3C1447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,20,71); }

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

background-color css

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

 a { background-color: rgb(60,20,71); }

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

border-color css

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

 span { border-color: rgb(60,20,71); }

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