Html Css Color HEX #3A1744 Blackcurrant

📋 copy color: '#3A1744'

red 58 ◦ green 23 ◦ blue 68

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

Shades of Blackcurrant #3A1744

Tints of Blackcurrant #3A1744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.44%

 BLUE value IS 68 (26.95% from 255) = 45.64%

R = 38.93%
G = 15.44%
B = 45.64%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3A1744 (or 0x3A1744) is known color: Blackcurrant. HEX triplet: 3A, 17 and 44. RGB value is (58,23,68). Sum of RGB (Red+Green+Blue) = 58+23+68=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #3A1744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1744 is #C5E8BB. Grayscale: #262626. Windows color (decimal): -12970172 or 4462394. OLE color: 4462394.

HSL color Cylindrical-coordinate representation of color #3A1744: hue angle of 286.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1744 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 23 68 -
CMYK 0.15 0.66 0 0.73
HSL 286.67º 0.49% 0.18% -
HSV(B) 286.67º 0.66% 0.27% -
XYZ 3.09 1.93 5.68 -
YUV 38.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 58 23 68 0.15 0.66 0 0.73 286.67 0.49 0.18
Hex 3A 17 44 F 42 0 49 11F 31 12
Octal 72 27 104 17 102 0 111 437 61 22
Binary 111010 10111 1000100 1111 1000010 0 1001001 100011111 110001 10010

Color Harmonies of #3A1744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1744

Black with #3A1744

Text Example


Text Example

White with #3A1744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,23,68); }

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

background-color css

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

 a { background-color: rgb(58,23,68); }

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

border-color css

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

 span { border-color: rgb(58,23,68); }

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