Html Css Color HEX #3E144C Blackcurrant

📋 copy color: '#3E144C'

red 62 ◦ green 20 ◦ blue 76

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

Shades of Blackcurrant #3E144C

Tints of Blackcurrant #3E144C

RGB

 RED value IS 62 (24.61% from 255) = 39.24%

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

 BLUE value IS 76 (30.08% from 255) = 48.1%

R = 39.24%
G = 12.66%
B = 48.1%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E144C (or 0x3E144C) is known color: Blackcurrant. HEX triplet: 3E, 14 and 4C. RGB value is (62,20,76). Sum of RGB (Red+Green+Blue) = 62+20+76=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E144C is #C1EBB3. Grayscale: #262626. Windows color (decimal): -12708788 or 4985918. OLE color: 4985918.

HSL color Cylindrical-coordinate representation of color #3E144C: hue angle of 285º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E144C is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 20 76 -
CMYK 0.18 0.74 0 0.70
HSL 285º 0.58% 0.19% -
HSV(B) 285º 0.74% 0.3% -
XYZ 3.54 2.05 7.05 -
YUV 38.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 62 20 76 0.18 0.74 0 0.70 285 0.58 0.19
Hex 3E 14 4C 12 4A 0 46 11D 3A 13
Octal 76 24 114 22 112 0 106 435 72 23
Binary 111110 10100 1001100 10010 1001010 0 1000110 100011101 111010 10011

Color Harmonies of #3E144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E144C

Black with #3E144C

Text Example


Text Example

White with #3E144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,20,76); }

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

background-color css

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

 a { background-color: rgb(62,20,76); }

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

border-color css

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

 span { border-color: rgb(62,20,76); }

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