Html Css Color HEX #3C074D Blackcurrant

📋 copy color: '#3C074D'

red 60 ◦ green 7 ◦ blue 77

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

Shades of Blackcurrant #3C074D

Tints of Blackcurrant #3C074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 53.47%

R = 41.67%
G = 4.86%
B = 53.47%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C074D (or 0x3C074D) is known color: Blackcurrant. HEX triplet: 3C, 07 and 4D. RGB value is (60,7,77). Sum of RGB (Red+Green+Blue) = 60+7+77=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C074D is #C3F8B2. Grayscale: #1E1E1E. Windows color (decimal): -12843187 or 5048124. OLE color: 5048124.

HSL color Cylindrical-coordinate representation of color #3C074D: hue angle of 285.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C074D is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 7 77 -
CMYK 0.22 0.91 0 0.70
HSL 285.43º 0.83% 0.16% -
HSV(B) 285.43º 0.91% 0.3% -
XYZ 3.28 1.65 7.17 -
YUV 30.83 154.06 148.81 -
System Red Green Blue C M Y K H S L
Decimal 60 7 77 0.22 0.91 0 0.70 285.43 0.83 0.16
Hex 3C 7 4D 16 5B 0 46 11D 53 10
Octal 74 7 115 26 133 0 106 435 123 20
Binary 111100 111 1001101 10110 1011011 0 1000110 100011101 1010011 10000

Color Harmonies of #3C074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C074D

Black with #3C074D

Text Example


Text Example

White with #3C074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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