#3A0B46

Color #3A0B46 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #3A0B46

Tints of Blackcurrant #3A0B46

Color information

#3A0B46 (or 0x3A0B46) is unknown color: approx Blackcurrant. HEX triplet: 3A, 0B and 46. RGB value is (58,11,70). Sum of RGB (Red+Green+Blue) = 58+11+70=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #3A0B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0B46 is #C5F4B9. Grayscale: #1F1F1F. Windows color (decimal): -12973242 or 4590394. OLE color: 4590394.

HSL color Cylindrical-coordinate representation of color #3A0B46: hue angle of 287.8º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A0B46 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB581170-
CMYK0.170.8400.73
HSL287.8º72.84%15.88%-
HSV(B)287.8º84.29%27.45%-
XYZ2.971.585.94-
YUV31.78149.57146.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.73%
GREEN value IS 11 (4.69% from 255) = 7.91%
BLUE value IS 70 (27.73% from 255) = 50.36%
R=41.73%
G=7.91%
B=50.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5811700.170.8400.73287.872.8415.88
Hex3AB4611540491204910
Octal721310621124011144011120
Binary1110101011100011010001101010001001001100100000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,11,70); }

 H1.HeaderClassName
 {
   color: #3A0B46;
 }
 .AnyTagClassName
 {
   color: #3A0B46;
 }
</style>
background-color css

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

 a { background-color: rgb(58,11,70); }

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

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

 span { border-color: rgb(58,11,70); }

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