Html Css Color HEX #3C144F Blackcurrant

📋 copy color: '#3C144F'

red 60 ◦ green 20 ◦ blue 79

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

Shades of Blackcurrant #3C144F

Tints of Blackcurrant #3C144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 49.69%

R = 37.74%
G = 12.58%
B = 49.69%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C144F (or 0x3C144F) is known color: Blackcurrant. HEX triplet: 3C, 14 and 4F. RGB value is (60,20,79). Sum of RGB (Red+Green+Blue) = 60+20+79=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C144F is #C3EBB0. Grayscale: #262626. Windows color (decimal): -12839857 or 5182524. OLE color: 5182524.

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

Color convert

RGB 60 20 79 -
CMYK 0.24 0.75 0 0.69
HSL 280.68º 0.6% 0.19% -
HSV(B) 280.68º 0.75% 0.31% -
XYZ 3.52 2.03 7.6 -
YUV 38.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 60 20 79 0.24 0.75 0 0.69 280.68 0.6 0.19
Hex 3C 14 4F 18 4B 0 45 119 3C 13
Octal 74 24 117 30 113 0 105 431 74 23
Binary 111100 10100 1001111 11000 1001011 0 1000101 100011001 111100 10011

Color Harmonies of #3C144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C144F

Black with #3C144F

Text Example


Text Example

White with #3C144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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