Html Css Color HEX #3A0E4E Blackcurrant

📋 copy color: '#3A0E4E'

red 58 ◦ green 14 ◦ blue 78

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

Shades of Blackcurrant #3A0E4E

Tints of Blackcurrant #3A0E4E

RGB

 RED value IS 58 (23.05% from 255) = 38.67%

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

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

R = 38.67%
G = 9.33%
B = 52%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A0E4E (or 0x3A0E4E) is known color: Blackcurrant. HEX triplet: 3A, 0E and 4E. RGB value is (58,14,78). Sum of RGB (Red+Green+Blue) = 58+14+78=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A0E4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0E4E is #C5F1B1. Grayscale: #222222. Windows color (decimal): -12972466 or 5115450. OLE color: 5115450.

HSL color Cylindrical-coordinate representation of color #3A0E4E: hue angle of 281.25º 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 #3A0E4E is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 14 78 -
CMYK 0.26 0.82 0 0.69
HSL 281.25º 0.7% 0.18% -
HSV(B) 281.25º 0.82% 0.31% -
XYZ 3.28 1.76 7.38 -
YUV 34.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 58 14 78 0.26 0.82 0 0.69 281.25 0.7 0.18
Hex 3A E 4E 1A 52 0 45 119 46 12
Octal 72 16 116 32 122 0 105 431 106 22
Binary 111010 1110 1001110 11010 1010010 0 1000101 100011001 1000110 10010

Color Harmonies of #3A0E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0E4E

Black with #3A0E4E

Text Example


Text Example

White with #3A0E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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