Html Css Color HEX #3C1047 Blackcurrant

📋 copy color: '#3C1047'

red 60 ◦ green 16 ◦ blue 71

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

Shades of Blackcurrant #3C1047

Tints of Blackcurrant #3C1047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

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

R = 40.82%
G = 10.88%
B = 48.3%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C1047 (or 0x3C1047) is known color: Blackcurrant. HEX triplet: 3C, 10 and 47. RGB value is (60,16,71). Sum of RGB (Red+Green+Blue) = 60+16+71=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C1047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1047 is #C3EFB8. Grayscale: #232323. Windows color (decimal): -12840889 or 4657212. OLE color: 4657212.

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

Color convert

RGB 60 16 71 -
CMYK 0.15 0.77 0 0.72
HSL 288º 0.63% 0.17% -
HSV(B) 288º 0.77% 0.28% -
XYZ 3.19 1.79 6.14 -
YUV 35.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 60 16 71 0.15 0.77 0 0.72 288 0.63 0.17
Hex 3C 10 47 F 4D 0 48 120 3F 11
Octal 74 20 107 17 115 0 110 440 77 21
Binary 111100 10000 1000111 1111 1001101 0 1001000 100100000 111111 10001

Color Harmonies of #3C1047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1047

Black with #3C1047

Text Example


Text Example

White with #3C1047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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