Html Css Color HEX #3A054B Blackcurrant

📋 copy color: '#3A054B'

red 58 ◦ green 5 ◦ blue 75

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

Shades of Blackcurrant #3A054B

Tints of Blackcurrant #3A054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

 BLUE value IS 75 (29.69% from 255) = 54.35%

R = 42.03%
G = 3.62%
B = 54.35%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A054B (or 0x3A054B) is known color: Blackcurrant. HEX triplet: 3A, 05 and 4B. RGB value is (58,5,75). Sum of RGB (Red+Green+Blue) = 58+5+75=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A054B is #C5FAB4. Grayscale: #1C1C1C. Windows color (decimal): -12974773 or 4916538. OLE color: 4916538.

HSL color Cylindrical-coordinate representation of color #3A054B: hue angle of 285.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A054B is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 5 75 -
CMYK 0.23 0.93 0 0.71
HSL 285.43º 0.88% 0.16% -
HSV(B) 285.43º 0.93% 0.29% -
XYZ 3.07 1.52 6.79 -
YUV 28.83 154.06 148.81 -
System Red Green Blue C M Y K H S L
Decimal 58 5 75 0.23 0.93 0 0.71 285.43 0.88 0.16
Hex 3A 5 4B 17 5D 0 47 11D 58 10
Octal 72 5 113 27 135 0 107 435 130 20
Binary 111010 101 1001011 10111 1011101 0 1000111 100011101 1011000 10000

Color Harmonies of #3A054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A054B

Black with #3A054B

Text Example


Text Example

White with #3A054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,5,75); }

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

background-color css

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

 a { background-color: rgb(58,5,75); }

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

border-color css

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

 span { border-color: rgb(58,5,75); }

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