Html Css Color HEX #3A0058 Blackcurrant

📋 copy color: '#3A0058'

red 58 ◦ green 0 ◦ blue 88

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

Shades of Blackcurrant #3A0058

Tints of Blackcurrant #3A0058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 60.27%

R = 39.73%
G = 0%
B = 60.27%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A0058 (or 0x3A0058) is known color: Blackcurrant. HEX triplet: 3A, 00 and 58. RGB value is (58,0,88). Sum of RGB (Red+Green+Blue) = 58+0+88=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A0058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0058 is #C5FFA7. Grayscale: #1B1B1B. Windows color (decimal): -12976040 or 5767226. OLE color: 5767226.

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

Color convert

RGB 58 0 88 -
CMYK 0.34 1 0 0.65
HSL 279.55º 1% 0.17% -
HSV(B) 279.55º 1% 0.35% -
XYZ 3.51 1.6 9.36 -
YUV 27.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 58 0 88 0.34 1 0 0.65 279.55 1 0.17
Hex 3A 0 58 22 64 0 41 118 64 11
Octal 72 0 130 42 144 0 101 430 144 21
Binary 111010 0 1011000 100010 1100100 0 1000001 100011000 1100100 10001

Color Harmonies of #3A0058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0058

Black with #3A0058

Text Example


Text Example

White with #3A0058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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