Html Css Color HEX #3A0C4D Blackcurrant

📋 copy color: '#3A0C4D'

red 58 ◦ green 12 ◦ blue 77

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

Shades of Blackcurrant #3A0C4D

Tints of Blackcurrant #3A0C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.16%

 BLUE value IS 77 (30.47% from 255) = 52.38%

R = 39.46%
G = 8.16%
B = 52.38%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A0C4D (or 0x3A0C4D) is known color: Blackcurrant. HEX triplet: 3A, 0C and 4D. RGB value is (58,12,77). Sum of RGB (Red+Green+Blue) = 58+12+77=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A0C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0C4D is #C5F3B2. Grayscale: #202020. Windows color (decimal): -12972979 or 5049402. OLE color: 5049402.

HSL color Cylindrical-coordinate representation of color #3A0C4D: hue angle of 282.46º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A0C4D is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 12 77 -
CMYK 0.25 0.84 0 0.70
HSL 282.46º 0.73% 0.17% -
HSV(B) 282.46º 0.84% 0.3% -
XYZ 3.22 1.7 7.18 -
YUV 33.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 58 12 77 0.25 0.84 0 0.70 282.46 0.73 0.17
Hex 3A C 4D 19 54 0 46 11A 49 11
Octal 72 14 115 31 124 0 106 432 111 21
Binary 111010 1100 1001101 11001 1010100 0 1000110 100011010 1001001 10001

Color Harmonies of #3A0C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0C4D

Black with #3A0C4D

Text Example


Text Example

White with #3A0C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,12,77); }

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

background-color css

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

 a { background-color: rgb(58,12,77); }

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

border-color css

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

 span { border-color: rgb(58,12,77); }

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