Html Css Color HEX #3A005A Blackcurrant

📋 copy color: '#3A005A'

red 58 ◦ green 0 ◦ blue 90

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

Shades of Blackcurrant #3A005A

Tints of Blackcurrant #3A005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 60.81%

R = 39.19%
G = 0%
B = 60.81%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A005A (or 0x3A005A) is known color: Blackcurrant. HEX triplet: 3A, 00 and 5A. RGB value is (58,0,90). Sum of RGB (Red+Green+Blue) = 58+0+90=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A005A is #C5FFA5. Grayscale: #1B1B1B. Windows color (decimal): -12976038 or 5898298. OLE color: 5898298.

HSL color Cylindrical-coordinate representation of color #3A005A: hue angle of 278.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A005A is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 0 90 -
CMYK 0.36 1 0 0.65
HSL 278.67º 1% 0.18% -
HSV(B) 278.67º 1% 0.35% -
XYZ 3.59 1.64 9.8 -
YUV 27.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 58 0 90 0.36 1 0 0.65 278.67 1 0.18
Hex 3A 0 5A 24 64 0 41 117 64 12
Octal 72 0 132 44 144 0 101 427 144 22
Binary 111010 0 1011010 100100 1100100 0 1000001 100010111 1100100 10010

Color Harmonies of #3A005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A005A

Black with #3A005A

Text Example


Text Example

White with #3A005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,0,90); }

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

background-color css

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

 a { background-color: rgb(58,0,90); }

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

border-color css

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

 span { border-color: rgb(58,0,90); }

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