Html Css Color HEX #3A0052 Blackcurrant

📋 copy color: '#3A0052'

red 58 ◦ green 0 ◦ blue 82

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

Shades of Blackcurrant #3A0052

Tints of Blackcurrant #3A0052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 58.57%

R = 41.43%
G = 0%
B = 58.57%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3A0052 (or 0x3A0052) is known color: Blackcurrant. HEX triplet: 3A, 00 and 52. RGB value is (58,0,82). Sum of RGB (Red+Green+Blue) = 58+0+82=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A0052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0052 is #C5FFAD. Grayscale: #1A1A1A. Windows color (decimal): -12976046 or 5374010. OLE color: 5374010.

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

Color convert

RGB 58 0 82 -
CMYK 0.29 1 0 0.68
HSL 282.44º 1% 0.16% -
HSV(B) 282.44º 1% 0.32% -
XYZ 3.27 1.51 8.1 -
YUV 26.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 58 0 82 0.29 1 0 0.68 282.44 1 0.16
Hex 3A 0 52 1D 64 0 44 11A 64 10
Octal 72 0 122 35 144 0 104 432 144 20
Binary 111010 0 1010010 11101 1100100 0 1000100 100011010 1100100 10000

Color Harmonies of #3A0052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0052

Black with #3A0052

Text Example


Text Example

White with #3A0052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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