Html Css Color HEX #3C144E Blackcurrant

📋 copy color: '#3C144E'

red 60 ◦ green 20 ◦ blue 78

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

Shades of Blackcurrant #3C144E

Tints of Blackcurrant #3C144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.66%

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

R = 37.97%
G = 12.66%
B = 49.37%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C144E (or 0x3C144E) is known color: Blackcurrant. HEX triplet: 3C, 14 and 4E. RGB value is (60,20,78). Sum of RGB (Red+Green+Blue) = 60+20+78=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C144E is #C3EBB1. Grayscale: #262626. Windows color (decimal): -12839858 or 5116988. OLE color: 5116988.

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

Color convert

RGB 60 20 78 -
CMYK 0.23 0.74 0 0.69
HSL 281.38º 0.59% 0.19% -
HSV(B) 281.38º 0.74% 0.31% -
XYZ 3.49 2.01 7.41 -
YUV 38.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 60 20 78 0.23 0.74 0 0.69 281.38 0.59 0.19
Hex 3C 14 4E 17 4A 0 45 119 3B 13
Octal 74 24 116 27 112 0 105 431 73 23
Binary 111100 10100 1001110 10111 1001010 0 1000101 100011001 111011 10011

Color Harmonies of #3C144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C144E

Black with #3C144E

Text Example


Text Example

White with #3C144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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