Html Css Color HEX #3C074E Blackcurrant

📋 copy color: '#3C074E'

red 60 ◦ green 7 ◦ blue 78

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

Shades of Blackcurrant #3C074E

Tints of Blackcurrant #3C074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

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

R = 41.38%
G = 4.83%
B = 53.79%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C074E (or 0x3C074E) is known color: Blackcurrant. HEX triplet: 3C, 07 and 4E. RGB value is (60,7,78). Sum of RGB (Red+Green+Blue) = 60+7+78=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C074E is #C3F8B1. Grayscale: #1E1E1E. Windows color (decimal): -12843186 or 5113660. OLE color: 5113660.

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

Color convert

RGB 60 7 78 -
CMYK 0.23 0.91 0 0.69
HSL 284.79º 0.84% 0.17% -
HSV(B) 284.79º 0.91% 0.31% -
XYZ 3.31 1.66 7.35 -
YUV 30.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 60 7 78 0.23 0.91 0 0.69 284.79 0.84 0.17
Hex 3C 7 4E 17 5B 0 45 11D 54 11
Octal 74 7 116 27 133 0 105 435 124 21
Binary 111100 111 1001110 10111 1011011 0 1000101 100011101 1010100 10001

Color Harmonies of #3C074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C074E

Black with #3C074E

Text Example


Text Example

White with #3C074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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