Html Css Color HEX #3A0941 Blackcurrant

📋 copy color: '#3A0941'

red 58 ◦ green 9 ◦ blue 65

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

Shades of Blackcurrant #3A0941

Tints of Blackcurrant #3A0941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

 BLUE value IS 65 (25.78% from 255) = 49.24%

R = 43.94%
G = 6.82%
B = 49.24%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A0941 (or 0x3A0941) is known color: Blackcurrant. HEX triplet: 3A, 09 and 41. RGB value is (58,9,65). Sum of RGB (Red+Green+Blue) = 58+9+65=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A0941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0941 is #C5F6BE. Grayscale: #1D1D1D. Windows color (decimal): -12973759 or 4262202. OLE color: 4262202.

HSL color Cylindrical-coordinate representation of color #3A0941: hue angle of 292.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A0941 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 9 65 -
CMYK 0.11 0.86 0 0.75
HSL 292.5º 0.76% 0.15% -
HSV(B) 292.5º 0.86% 0.25% -
XYZ 2.8 1.48 5.14 -
YUV 30.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 58 9 65 0.11 0.86 0 0.75 292.5 0.76 0.15
Hex 3A 9 41 B 56 0 4B 124 4C F
Octal 72 11 101 13 126 0 113 444 114 17
Binary 111010 1001 1000001 1011 1010110 0 1001011 100100100 1001100 1111

Color Harmonies of #3A0941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0941

Black with #3A0941

Text Example


Text Example

White with #3A0941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,9,65); }

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

background-color css

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

 a { background-color: rgb(58,9,65); }

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

border-color css

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

 span { border-color: rgb(58,9,65); }

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