Html Css Color HEX #3C0A4E Blackcurrant

📋 copy color: '#3C0A4E'

red 60 ◦ green 10 ◦ blue 78

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

Shades of Blackcurrant #3C0A4E

Tints of Blackcurrant #3C0A4E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.76%

 BLUE value IS 78 (30.86% from 255) = 52.7%

R = 40.54%
G = 6.76%
B = 52.7%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C0A4E (or 0x3C0A4E) is known color: Blackcurrant. HEX triplet: 3C, 0A and 4E. RGB value is (60,10,78). Sum of RGB (Red+Green+Blue) = 60+10+78=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C0A4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0A4E is #C3F5B1. Grayscale: #202020. Windows color (decimal): -12842418 or 5114428. OLE color: 5114428.

HSL color Cylindrical-coordinate representation of color #3C0A4E: hue angle of 284.12º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C0A4E is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 10 78 -
CMYK 0.23 0.87 0 0.69
HSL 284.12º 0.77% 0.17% -
HSV(B) 284.12º 0.87% 0.31% -
XYZ 3.35 1.73 7.36 -
YUV 32.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 60 10 78 0.23 0.87 0 0.69 284.12 0.77 0.17
Hex 3C A 4E 17 57 0 45 11C 4D 11
Octal 74 12 116 27 127 0 105 434 115 21
Binary 111100 1010 1001110 10111 1010111 0 1000101 100011100 1001101 10001

Color Harmonies of #3C0A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0A4E

Black with #3C0A4E

Text Example


Text Example

White with #3C0A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,10,78); }

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

background-color css

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

 a { background-color: rgb(60,10,78); }

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

border-color css

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

 span { border-color: rgb(60,10,78); }

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