Html Css Color HEX #3C044D Blackcurrant

📋 copy color: '#3C044D'

red 60 ◦ green 4 ◦ blue 77

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

Shades of Blackcurrant #3C044D

Tints of Blackcurrant #3C044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

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

R = 42.55%
G = 2.84%
B = 54.61%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C044D (or 0x3C044D) is known color: Blackcurrant. HEX triplet: 3C, 04 and 4D. RGB value is (60,4,77). Sum of RGB (Red+Green+Blue) = 60+4+77=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C044D is #C3FBB2. Grayscale: #1C1C1C. Windows color (decimal): -12843955 or 5047356. OLE color: 5047356.

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

Color convert

RGB 60 4 77 -
CMYK 0.22 0.95 0 0.70
HSL 286.03º 0.9% 0.16% -
HSV(B) 286.03º 0.95% 0.3% -
XYZ 3.25 1.58 7.16 -
YUV 29.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 60 4 77 0.22 0.95 0 0.70 286.03 0.9 0.16
Hex 3C 4 4D 16 5F 0 46 11E 5A 10
Octal 74 4 115 26 137 0 106 436 132 20
Binary 111100 100 1001101 10110 1011111 0 1000110 100011110 1011010 10000

Color Harmonies of #3C044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C044D

Black with #3C044D

Text Example


Text Example

White with #3C044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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