Html Css Color HEX #3A0A52 Blackcurrant

📋 copy color: '#3A0A52'

red 58 ◦ green 10 ◦ blue 82

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

Shades of Blackcurrant #3A0A52

Tints of Blackcurrant #3A0A52

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.67%

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

R = 38.67%
G = 6.67%
B = 54.67%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3A0A52 (or 0x3A0A52) is known color: Blackcurrant. HEX triplet: 3A, 0A and 52. RGB value is (58,10,82). Sum of RGB (Red+Green+Blue) = 58+10+82=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A0A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A52 is #C5F5AD. Grayscale: #202020. Windows color (decimal): -12973486 or 5376570. OLE color: 5376570.

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

Color convert

RGB 58 10 82 -
CMYK 0.29 0.88 0 0.68
HSL 280º 0.78% 0.18% -
HSV(B) 280º 0.88% 0.32% -
XYZ 3.38 1.73 8.14 -
YUV 32.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 58 10 82 0.29 0.88 0 0.68 280 0.78 0.18
Hex 3A A 52 1D 58 0 44 118 4E 12
Octal 72 12 122 35 130 0 104 430 116 22
Binary 111010 1010 1010010 11101 1011000 0 1000100 100011000 1001110 10010

Color Harmonies of #3A0A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0A52

Black with #3A0A52

Text Example


Text Example

White with #3A0A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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