Html Css Color HEX #3A1D41 Blackcurrant

📋 copy color: '#3A1D41'

red 58 ◦ green 29 ◦ blue 65

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

Shades of Blackcurrant #3A1D41

Tints of Blackcurrant #3A1D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.08%

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

R = 38.16%
G = 19.08%
B = 42.76%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A1D41 (or 0x3A1D41) is known color: Blackcurrant. HEX triplet: 3A, 1D and 41. RGB value is (58,29,65). Sum of RGB (Red+Green+Blue) = 58+29+65=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A1D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1D41 is #C5E2BE. Grayscale: #292929. Windows color (decimal): -12968639 or 4267322. OLE color: 4267322.

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

Color convert

RGB 58 29 65 -
CMYK 0.11 0.55 0 0.75
HSL 288.33º 0.38% 0.18% -
HSV(B) 288.33º 0.55% 0.25% -
XYZ 3.14 2.16 5.25 -
YUV 41.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 58 29 65 0.11 0.55 0 0.75 288.33 0.38 0.18
Hex 3A 1D 41 B 37 0 4B 120 26 12
Octal 72 35 101 13 67 0 113 440 46 22
Binary 111010 11101 1000001 1011 110111 0 1001011 100100000 100110 10010

Color Harmonies of #3A1D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1D41

Black with #3A1D41

Text Example


Text Example

White with #3A1D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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