Html Css Color HEX #3C0E4E Blackcurrant

📋 copy color: '#3C0E4E'

red 60 ◦ green 14 ◦ blue 78

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

Shades of Blackcurrant #3C0E4E

Tints of Blackcurrant #3C0E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.21%

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

R = 39.47%
G = 9.21%
B = 51.32%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C0E4E (or 0x3C0E4E) is known color: Blackcurrant. HEX triplet: 3C, 0E and 4E. RGB value is (60,14,78). Sum of RGB (Red+Green+Blue) = 60+14+78=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C0E4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0E4E is #C3F1B1. Grayscale: #222222. Windows color (decimal): -12841394 or 5115452. OLE color: 5115452.

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

Color convert

RGB 60 14 78 -
CMYK 0.23 0.82 0 0.69
HSL 283.13º 0.7% 0.18% -
HSV(B) 283.13º 0.82% 0.31% -
XYZ 3.4 1.82 7.38 -
YUV 35.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 60 14 78 0.23 0.82 0 0.69 283.13 0.7 0.18
Hex 3C E 4E 17 52 0 45 11B 46 12
Octal 74 16 116 27 122 0 105 433 106 22
Binary 111100 1110 1001110 10111 1010010 0 1000101 100011011 1000110 10010

Color Harmonies of #3C0E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0E4E

Black with #3C0E4E

Text Example


Text Example

White with #3C0E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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