Html Css Color HEX #3C1046 Blackcurrant

📋 copy color: '#3C1046'

red 60 ◦ green 16 ◦ blue 70

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

Shades of Blackcurrant #3C1046

Tints of Blackcurrant #3C1046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 47.95%

R = 41.1%
G = 10.96%
B = 47.95%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3C1046 (or 0x3C1046) is known color: Blackcurrant. HEX triplet: 3C, 10 and 46. RGB value is (60,16,70). Sum of RGB (Red+Green+Blue) = 60+16+70=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C1046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1046 is #C3EFB9. Grayscale: #232323. Windows color (decimal): -12840890 or 4591676. OLE color: 4591676.

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

Color convert

RGB 60 16 70 -
CMYK 0.14 0.77 0 0.73
HSL 288.89º 0.63% 0.17% -
HSV(B) 288.89º 0.77% 0.27% -
XYZ 3.15 1.77 5.97 -
YUV 35.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 60 16 70 0.14 0.77 0 0.73 288.89 0.63 0.17
Hex 3C 10 46 E 4D 0 49 121 3F 11
Octal 74 20 106 16 115 0 111 441 77 21
Binary 111100 10000 1000110 1110 1001101 0 1001001 100100001 111111 10001

Color Harmonies of #3C1046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1046

Black with #3C1046

Text Example


Text Example

White with #3C1046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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