Html Css Color HEX #3A084B Blackcurrant

📋 copy color: '#3A084B'

red 58 ◦ green 8 ◦ blue 75

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

Shades of Blackcurrant #3A084B

Tints of Blackcurrant #3A084B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

 BLUE value IS 75 (29.69% from 255) = 53.19%

R = 41.13%
G = 5.67%
B = 53.19%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A084B (or 0x3A084B) is known color: Blackcurrant. HEX triplet: 3A, 08 and 4B. RGB value is (58,8,75). Sum of RGB (Red+Green+Blue) = 58+8+75=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A084B is #C5F7B4. Grayscale: #1E1E1E. Windows color (decimal): -12974005 or 4917306. OLE color: 4917306.

HSL color Cylindrical-coordinate representation of color #3A084B: hue angle of 284.78º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A084B is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 8 75 -
CMYK 0.23 0.89 0 0.71
HSL 284.78º 0.81% 0.16% -
HSV(B) 284.78º 0.89% 0.29% -
XYZ 3.1 1.58 6.8 -
YUV 30.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 58 8 75 0.23 0.89 0 0.71 284.78 0.81 0.16
Hex 3A 8 4B 17 59 0 47 11D 51 10
Octal 72 10 113 27 131 0 107 435 121 20
Binary 111010 1000 1001011 10111 1011001 0 1000111 100011101 1010001 10000

Color Harmonies of #3A084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A084B

Black with #3A084B

Text Example


Text Example

White with #3A084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,8,75); }

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

background-color css

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

 a { background-color: rgb(58,8,75); }

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

border-color css

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

 span { border-color: rgb(58,8,75); }

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