Html Css Color HEX #3A0053 Blackcurrant

📋 copy color: '#3A0053'

red 58 ◦ green 0 ◦ blue 83

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

Shades of Blackcurrant #3A0053

Tints of Blackcurrant #3A0053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 58.87%

R = 41.13%
G = 0%
B = 58.87%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A0053 (or 0x3A0053) is known color: Blackcurrant. HEX triplet: 3A, 00 and 53. RGB value is (58,0,83). Sum of RGB (Red+Green+Blue) = 58+0+83=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A0053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0053 is #C5FFAC. Grayscale: #1A1A1A. Windows color (decimal): -12976045 or 5439546. OLE color: 5439546.

HSL color Cylindrical-coordinate representation of color #3A0053: hue angle of 281.93º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0053 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 0 83 -
CMYK 0.30 1 0 0.67
HSL 281.93º 1% 0.16% -
HSV(B) 281.93º 1% 0.33% -
XYZ 3.31 1.52 8.3 -
YUV 26.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 58 0 83 0.30 1 0 0.67 281.93 1 0.16
Hex 3A 0 53 1E 64 0 43 11A 64 10
Octal 72 0 123 36 144 0 103 432 144 20
Binary 111010 0 1010011 11110 1100100 0 1000011 100011010 1100100 10000

Color Harmonies of #3A0053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0053

Black with #3A0053

Text Example


Text Example

White with #3A0053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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